Property | Type | Description | |
---|---|---|---|
isFirstLaunch | bool |
Method | Description | |
---|---|---|
CallLuaFunction ( string name ) : void | ||
Initilize ( string path ) : bool |
提供给外部手动执行LUA脚本的接口
|
Method | Description | |
---|---|---|
Init ( ) : bool |
Method | Description | |
---|---|---|
CallLuaFunctionRString ( string name ) : string | ||
OnDestroy ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
onClick ( ) : void |
public CallLuaFunction ( string name ) : void | ||
name | string | |
return | void |