C# Class FairyGUI.StageEngine

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
GraphicsOnStage int
ObjectsOnStage int

Public Methods

Method Description
LateUpdate ( ) : void
OnApplicationQuit ( ) : void
OnGUI ( ) : void
OnLevelWasLoaded ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnApplicationQuit() public method

public OnApplicationQuit ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( ) : void
return void

Property Details

GraphicsOnStage public property

public int GraphicsOnStage
return int

ObjectsOnStage public property

public int ObjectsOnStage
return int