C# Class LuaLooper, UnityHello

Inheritance: MonoBehaviour
ファイルを表示 Open project: woshihuo12/UnityHello Class Usage Examples

Public Properties

Property Type Description
luaState LuaState

Public Methods

Method Description
Destroy ( ) : void
FixedUpdate ( ) : void
LateUpdate ( ) : void
OnDestroy ( ) : void
Start ( ) : void
ThrowException ( ) : void
Update ( ) : void

Private Methods

Method Description
GetEvent ( string name ) : LuaBeatEvent

Method Details

Destroy() public method

public Destroy ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ThrowException() public method

public ThrowException ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

luaState public_oe property

public LuaState luaState
return LuaState