C# Class Futile, FutilePrototyper

Inheritance: MonoBehaviour
Afficher le fichier Open project: wtrebella/FutilePrototyper Class Usage Examples

Méthodes publiques

Свойство 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,

Private Properties

Свойство Type Description
Awake void
FixedUpdate void
IsLandscape bool
LateUpdate void
OnApplicationQuit void
OnDestroy void
Update void

Méthodes publiques

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

Private Methods

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void
IsLandscape ( ) : bool
LateUpdate ( ) : void
OnApplicationQuit ( ) : void
OnDestroy ( ) : void
Update ( ) : void

Method Details

AddStage() public static méthode

public static AddStage ( FStage, stageToAdd ) : void
stageToAdd FStage,
Résultat void

AddStageAtIndex() public static méthode

public static AddStageAtIndex ( FStage, stageToAdd, int newIndex ) : void
stageToAdd FStage,
newIndex int
Résultat void

CreateDefaultAtlases() public méthode

public CreateDefaultAtlases ( ) : void
Résultat void

GetStageAt() public static méthode

public static GetStageAt ( int index ) : FStage,
index int
Résultat FStage,

GetStageCount() public static méthode

public static GetStageCount ( ) : int
Résultat int

Init() public méthode

public Init ( FutileParams, futileParams ) : void
futileParams FutileParams,
Résultat void

RemoveStage() public static méthode

public static RemoveStage ( FStage, stageToRemove ) : void
stageToRemove FStage,
Résultat void

UpdateCameraPosition() public méthode

public UpdateCameraPosition ( ) : void
Résultat void

UpdateStageIndices() public static méthode

public static UpdateStageIndices ( ) : void
Résultat void

Property Details

atlasManager public_oe static_oe property

public static FAtlasManager, atlasManager
Résultat FAtlasManager,

baseRenderQueueDepth public_oe static_oe property

public static int baseRenderQueueDepth
Résultat int

displayScale public_oe static_oe property

public static float displayScale
Résultat float

displayScaleInverse public_oe static_oe property

public static float displayScaleInverse
Résultat float

instance public_oe static_oe property

public static Futile, instance
Résultat Futile,

isOpenGL public_oe static_oe property

public static bool isOpenGL
Résultat bool

resourceScale public_oe static_oe property

public static float resourceScale
Résultat float

resourceScaleInverse public_oe static_oe property

public static float resourceScaleInverse
Résultat float

resourceSuffix public_oe static_oe property

public static string resourceSuffix
Résultat string

screen public_oe static_oe property

public static FScreen, screen
Résultat FScreen,

shouldRemoveAtlasElementFileExtensions public_oe static_oe property

public static bool shouldRemoveAtlasElementFileExtensions
Résultat bool

shouldRunGCNextUpdate public_oe property

public bool shouldRunGCNextUpdate
Résultat bool

stage public_oe static_oe property

public static FStage, stage
Résultat FStage,

touchManager public_oe static_oe property

public static FTouchManager, touchManager
Résultat FTouchManager,

white public_oe static_oe property

public static Color white
Résultat Color

whiteElement public_oe static_oe property

public static FAtlasElement, whiteElement
Résultat FAtlasElement,