C# 클래스 YwLuaMonoBehaviourBase, 2DPlatformer-SLua

상속: MonoBehaviour
파일 보기 프로젝트 열기: yaukeywang/2DPlatformer-SLua 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bReady bool
m_cBehavior YwLuaBehaviourBase,

공개 메소드들

메소드 설명
GetLuaTable ( ) : LuaTable

보호된 메소드들

메소드 설명
CreateClassInstance ( string strClassName ) : bool

메소드 상세

CreateClassInstance() 보호된 메소드

protected CreateClassInstance ( string strClassName ) : bool
strClassName string
리턴 bool

GetLuaTable() 공개 메소드

public GetLuaTable ( ) : LuaTable
리턴 LuaTable

프로퍼티 상세

m_bReady 보호되어 있는 프로퍼티

protected bool m_bReady
리턴 bool

m_cBehavior 보호되어 있는 프로퍼티

protected YwLuaBehaviourBase, m_cBehavior
리턴 YwLuaBehaviourBase,