Property | Type | Description | |
---|---|---|---|
luaClassName | string | ||
luaInstance | object | ||
modulePath | string | ||
transforms | List |
Property | Type | Description | |
---|---|---|---|
initialize | bool |
Method | Description | |
---|---|---|
CallLuaMethod ( string funcName ) : object[] | ||
CallMethod ( string func ) : object[] | ||
LoadLuaFile ( ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnDestory ( ) : void | ||
Start ( ) : void |
protected CallLuaMethod ( string funcName ) : object[] | ||
funcName | string | |
return | object[] |
protected CallMethod ( string func ) : object[] | ||
func | string | |
return | object[] |