C# Class Futile, FutilePrototyper

Inheritance: MonoBehaviour
Datei anzeigen Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Properties

Property 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

Property Type Description
Awake void
FixedUpdate void
IsLandscape bool
LateUpdate void
OnApplicationQuit void
OnDestroy void
Update void

Public Methods

Method 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

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
IsLandscape ( ) : bool
LateUpdate ( ) : void
OnApplicationQuit ( ) : void
OnDestroy ( ) : void
Update ( ) : void

Method Details

AddStage() public static method

public static AddStage ( FStage, stageToAdd ) : void
stageToAdd FStage,
return void

AddStageAtIndex() public static method

public static AddStageAtIndex ( FStage, stageToAdd, int newIndex ) : void
stageToAdd FStage,
newIndex int
return void

CreateDefaultAtlases() public method

public CreateDefaultAtlases ( ) : void
return void

GetStageAt() public static method

public static GetStageAt ( int index ) : FStage,
index int
return FStage,

GetStageCount() public static method

public static GetStageCount ( ) : int
return int

Init() public method

public Init ( FutileParams, futileParams ) : void
futileParams FutileParams,
return void

RemoveStage() public static method

public static RemoveStage ( FStage, stageToRemove ) : void
stageToRemove FStage,
return void

UpdateCameraPosition() public method

public UpdateCameraPosition ( ) : void
return void

UpdateStageIndices() public static method

public static UpdateStageIndices ( ) : void
return void

Property Details

atlasManager public_oe static_oe property

public static FAtlasManager, atlasManager
return FAtlasManager,

baseRenderQueueDepth public_oe static_oe property

public static int baseRenderQueueDepth
return int

displayScale public_oe static_oe property

public static float displayScale
return float

displayScaleInverse public_oe static_oe property

public static float displayScaleInverse
return float

instance public_oe static_oe property

public static Futile, instance
return Futile,

isOpenGL public_oe static_oe property

public static bool isOpenGL
return bool

resourceScale public_oe static_oe property

public static float resourceScale
return float

resourceScaleInverse public_oe static_oe property

public static float resourceScaleInverse
return float

resourceSuffix public_oe static_oe property

public static string resourceSuffix
return string

screen public_oe static_oe property

public static FScreen, screen
return FScreen,

shouldRemoveAtlasElementFileExtensions public_oe static_oe property

public static bool shouldRemoveAtlasElementFileExtensions
return bool

shouldRunGCNextUpdate public_oe property

public bool shouldRunGCNextUpdate
return bool

stage public_oe static_oe property

public static FStage, stage
return FStage,

touchManager public_oe static_oe property

public static FTouchManager, touchManager
return FTouchManager,

white public_oe static_oe property

public static Color white
return Color

whiteElement public_oe static_oe property

public static FAtlasElement, whiteElement
return FAtlasElement,