C# Class YwLuaMonoBehaviourBase, 2DPlatformer-SLua

Inheritance: MonoBehaviour
Afficher le fichier Open project: yaukeywang/2DPlatformer-SLua Class Usage Examples

Protected Properties

Свойство Type Description
m_bReady bool
m_cBehavior YwLuaBehaviourBase,

Méthodes publiques

Méthode Description
GetLuaTable ( ) : LuaTable

Méthodes protégées

Méthode Description
CreateClassInstance ( string strClassName ) : bool

Method Details

CreateClassInstance() protected méthode

protected CreateClassInstance ( string strClassName ) : bool
strClassName string
Résultat bool

GetLuaTable() public méthode

public GetLuaTable ( ) : LuaTable
Résultat LuaTable

Property Details

m_bReady protected_oe property

protected bool m_bReady
Résultat bool

m_cBehavior protected_oe property

protected YwLuaBehaviourBase, m_cBehavior
Résultat YwLuaBehaviourBase,