C# Class ThinksyLink, thinksy_unity_plugin

Inheritance: MonoBehaviour
Afficher le fichier Open project: senseix/thinksy_unity_plugin Class Usage Examples

Méthodes publiques

Свойство Type Description
gameAccessToken string

Méthodes publiques

Méthode 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

Méthode Description
GetSingletonInstance ( ) : ThinksyLink,

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

NewHeartbeatTiming() public static méthode

public static NewHeartbeatTiming ( uint newTiming ) : void
newTiming uint
Résultat void

OnApplicationFocus() public méthode

public OnApplicationFocus ( bool isFocused ) : void
isFocused bool
Résultat void

Reinitialize() public méthode

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

SetAccessToken() public static méthode

public static SetAccessToken ( string newAccessToken ) : void
newAccessToken string
Résultat void

StaticReinitialize() public static méthode

public static StaticReinitialize ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

gameAccessToken public_oe property

public string gameAccessToken
Résultat string