| GameLiftManagerGetInstance Method |
Used to get the Singleton instance of the GameLiftManager class
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static GameLiftManager GetInstance()
Public Shared Function GetInstance As GameLiftManager
public:
static GameLiftManager^ GetInstance()
static member GetInstance : unit -> GameLiftManager
Return Value
Type:
GameLiftManagerThe singleton instance of this class
See Also