-
-
Notifications
You must be signed in to change notification settings - Fork 2
Main Menu Logic
eisclimber edited this page Feb 11, 2024
·
2 revisions
class in ExPresSXR.UI.Menu / Extends BasicMenuLogic
Component added via Component Menu
Based on BasicMenuLogic
, implements a main menu for switching to the game scene directly.
-
int _gameSceneIndex
: The scene index of your game scene. It must be added via the Build Settings and should be greater than 0 (index 0 is the startup scene which should be the menu scene). Default: 1 -
bool _changeWithFade
: If enabled, will change to the new scene with fade. A reference to the rig is required if set to true. Default: true -
ExPresSXRRig _rig
: Reference to theExPresSXRRig
used for fading. Required if changing with fade.
-
void ChangeToGameScene()
: Changes to the game scene as configured with optional fade.
Autor: Luca 'eisclimber' Dreiling; License: MIT
- Getting Started
- Development and Contribution
- Misc
- Experimentation
- Data Gatherering
- Eye Tracking
- ExPresS XR Rig
- Interaction
- Base Button
- Button Quiz
- Collision Hand Rumbler
- Collision Sound Emitter
- Exit Game Interactable (Script Deprecated)
- Interactables
- Haptic Impulse Trigger
- Socket Interactors
- Inverse Kinematics
- Localization
- Minigames
- Coin Scale
- Coin Throw
- Sword Cleaning
- Misc
- Movement
- Presentation
- UI