C# Class YwLuaMonoBehaviourBase, 2DPlatformer-SLua

Inheritance: MonoBehaviour
显示文件 Open project: yaukeywang/2DPlatformer-SLua Class Usage Examples

Protected Properties

Property Type Description
m_bReady bool
m_cBehavior YwLuaBehaviourBase,

Public Methods

Method Description
GetLuaTable ( ) : LuaTable

Protected Methods

Method Description
CreateClassInstance ( string strClassName ) : bool

Method Details

CreateClassInstance() protected method

protected CreateClassInstance ( string strClassName ) : bool
strClassName string
return bool

GetLuaTable() public method

public GetLuaTable ( ) : LuaTable
return LuaTable

Property Details

m_bReady protected_oe property

protected bool m_bReady
return bool

m_cBehavior protected_oe property

protected YwLuaBehaviourBase, m_cBehavior
return YwLuaBehaviourBase,