ArcCore.UI.GreetingSceneRepresentative.StartGame C# (CSharp) Method

StartGame() public method

public StartGame ( ) : void
return void
        public void StartGame()
        {
            SceneTransitionManager.Instance.SwitchScene(SceneNames.selectionScene);
        }
    }
GreetingSceneRepresentative