Search Results for

    Show / Hide Table of Contents

    Class HubManager

    Inheritance
    object
    HubManager
    Namespace: Game
    Assembly: cs.temp.dll.dll
    Syntax
    public class HubManager : MonoBehaviour

    Fields

    gameButtonsParent

    Declaration
    public GameObject gameButtonsParent
    Field Value
    Type Description
    GameObject

    hubCamera

    Declaration
    public GameObject hubCamera
    Field Value
    Type Description
    GameObject

    Instance

    Declaration
    public static HubManager Instance
    Field Value
    Type Description
    HubManager

    Methods

    LoadScene(string)

    Declaration
    public void LoadScene(string sceneName)
    Parameters
    Type Name Description
    string sceneName

    UnloadGameScene()

    Declaration
    public void UnloadGameScene()
    In This Article
    Back to top Example Unity documentation footer