logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityGameModeInstallationStepInput

    The inspector-authored values UnityGameModeInstallationStep installs from.

    Inheritance
    object
    UnityGameModeInstallationStepInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In this article
    © 2026 Serenity. All Rights Reserved