C# Class ThinksyLink, thinksy_unity_plugin

Inheritance: MonoBehaviour
Mostra file Open project: senseix/thinksy_unity_plugin Class Usage Examples

Public Properties

Property Type Description
gameAccessToken string

Public Methods

Method Description
Awake ( ) : void
NewHeartbeatTiming ( uint newTiming ) : void
OnApplicationFocus ( bool isFocused ) : void
Reinitialize ( ) : void

Resends all the server communication involved in initializing the game.

SetAccessToken ( string newAccessToken ) : void
StaticReinitialize ( ) : void
Update ( ) : void

Private Methods

Method Description
GetSingletonInstance ( ) : ThinksyLink,

Method Details

Awake() public method

public Awake ( ) : void
return void

NewHeartbeatTiming() public static method

public static NewHeartbeatTiming ( uint newTiming ) : void
newTiming uint
return void

OnApplicationFocus() public method

public OnApplicationFocus ( bool isFocused ) : void
isFocused bool
return void

Reinitialize() public method

Resends all the server communication involved in initializing the game.
public Reinitialize ( ) : void
return void

SetAccessToken() public static method

public static SetAccessToken ( string newAccessToken ) : void
newAccessToken string
return void

StaticReinitialize() public static method

public static StaticReinitialize ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gameAccessToken public_oe property

public string gameAccessToken
return string