Свойство | Type | Description | |
---|---|---|---|
onMainThreadResumed | OnMainThreadResumed | ||
popEnvelopeWindow | bool |
Свойство | Type | Description | |
---|---|---|---|
Awake | void | ||
InitManager | void | ||
OnDestroy | void | ||
OnDisable | void | ||
OnEnable | void | ||
OnLevelWasLoaded | void | ||
OnPlaymodeChange | void | ||
Start | void | ||
Update | void |
Méthode | Description | |
---|---|---|
GetDataContainer ( int length ) : |
Convenience method to request a chunk of virtual memory from the default GATDataAllocator instance.
|
|
GetFixedDataContainer ( int length, string description ) : |
Convenience method to request a chunk of fixed virtual memory from the default GATDataAllocator instance.
|
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
InitManager ( ) : void | ||
OnDestroy ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnLevelWasLoaded ( ) : void | ||
OnPlaymodeChange ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public static GetDataContainer ( int length ) : |
||
length | int | |
Résultat |
public static GetFixedDataContainer ( int length, string description ) : |
||
length | int | |
description | string | |
Résultat |
public static OnMainThreadResumed onMainThreadResumed | ||
Résultat | OnMainThreadResumed |