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 MultiPlayer();
    void Exit();
    void AvatarConfiguration();
};

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 MultiPlayer()

Start a coop session.

void Exit()

Exit the application.

void AvatarConfiguration()

Open the avatar customization UI.