class MAGES::UIs::OperationStartTriggers¶
Overview¶
Functions used by the operation start UI. More…
class OperationStartTriggers: public MonoBehaviour { public: // properties GameObject NetworkingUI; GameObject AvatarCustomizationUI; // methods void SinglePlayer(); void CycleLanguages(); void MultiPlayer(); void Exit(); void AvatarConfiguration(); void Playback(); };
Detailed Documentation¶
Functions used by the operation start UI.
Properties¶
GameObject NetworkingUI
Gets or sets the networking UI to spawn.
GameObject AvatarCustomizationUI
Gets or sets the Avatar Customization UI to spawn.
Methods¶
void SinglePlayer()
Start a single player session.
void CycleLanguages()
Cycle through the available languages.
void MultiPlayer()
Start a coop session.
void Exit()
Exit the application.
void AvatarConfiguration()
Open the avatar customization UI.
void Playback()
Go to the playback menu.