Свойство | Type | Description | |
---|---|---|---|
atlasManager | FAtlasManager, | ||
baseRenderQueueDepth | int | ||
displayScale | float | ||
displayScaleInverse | float | ||
instance | Futile, | ||
isOpenGL | bool | ||
resourceScale | float | ||
resourceScaleInverse | float | ||
resourceSuffix | string | ||
screen | FScreen, | ||
shouldRemoveAtlasElementFileExtensions | bool | ||
shouldRunGCNextUpdate | bool | ||
stage | FStage, | ||
touchManager | FTouchManager, | ||
white | Color | ||
whiteElement | FAtlasElement, |
Свойство | Type | Description | |
---|---|---|---|
Awake | void | ||
FixedUpdate | void | ||
IsLandscape | bool | ||
LateUpdate | void | ||
OnApplicationQuit | void | ||
OnDestroy | void | ||
Update | void |
Méthode | Description | |
---|---|---|
AddStage ( FStage, stageToAdd ) : void | ||
AddStageAtIndex ( FStage, stageToAdd, int newIndex ) : void | ||
CreateDefaultAtlases ( ) : void | ||
GetStageAt ( int index ) : FStage, | ||
GetStageCount ( ) : int | ||
Init ( FutileParams, futileParams ) : void | ||
RemoveStage ( FStage, stageToRemove ) : void | ||
UpdateCameraPosition ( ) : void | ||
UpdateStageIndices ( ) : void |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
FixedUpdate ( ) : void | ||
IsLandscape ( ) : bool | ||
LateUpdate ( ) : void | ||
OnApplicationQuit ( ) : void | ||
OnDestroy ( ) : void | ||
Update ( ) : void |
public static AddStage ( FStage, stageToAdd ) : void | ||
stageToAdd | FStage, | |
Résultat | void |
public static AddStageAtIndex ( FStage, stageToAdd, int newIndex ) : void | ||
stageToAdd | FStage, | |
newIndex | int | |
Résultat | void |
public static GetStageAt ( int index ) : FStage, | ||
index | int | |
Résultat | FStage, |
public Init ( FutileParams, futileParams ) : void | ||
futileParams | FutileParams, | |
Résultat | void |
public static RemoveStage ( FStage, stageToRemove ) : void | ||
stageToRemove | FStage, | |
Résultat | void |
public static UpdateStageIndices ( ) : void | ||
Résultat | void |
public static FAtlasManager, atlasManager | ||
Résultat | FAtlasManager, |
public static int baseRenderQueueDepth | ||
Résultat | int |
public static float displayScaleInverse | ||
Résultat | float |
public static float resourceScaleInverse | ||
Résultat | float |
public static bool shouldRemoveAtlasElementFileExtensions | ||
Résultat | bool |
public static FTouchManager, touchManager | ||
Résultat | FTouchManager, |