C# Class YwGlobal, 2DPlatformer-SLua

Inheritance: MonoBehaviour
ファイルを表示 Open project: yaukeywang/2DPlatformer-SLua

Public Properties

Property Type Description
m_liteUpdateFps int

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
LateUpdate ( ) : void
Update ( ) : void

Private Methods

Method Description
InitGlobalManager ( ) : void
LiteUpdateControler ( ) : IEnumerator
Start ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

m_liteUpdateFps public_oe property

public int m_liteUpdateFps
return int