Class UnityGameModeInstallationStepInput
The inspector-authored values UnityGameModeInstallationStep installs from.
Inherited Members
Namespace: Serenity.GameMode.Installation.Installers
Assembly: Serenity.UnityGameMode.Installation.dll
Syntax
public class UnityGameModeInstallationStepInput
Constructors
UnityGameModeInstallationStepInput()
Declaration
public UnityGameModeInstallationStepInput()
Fields
GameplaySceneName
The name of the gameplay scene, or null when the project configured none.
Declaration
public string GameplaySceneName
Field Value
| Type | Description |
|---|---|
| string |
Settings
The settings definition describing the pause menu and the mode transitions.
Declaration
public UnityGameModeSettingsDefinition Settings
Field Value
| Type | Description |
|---|---|
| UnityGameModeSettingsDefinition |