프로퍼티 | 타입 | 설명 | |
---|---|---|---|
enterLua | string | ||
lua | LuaInterface.Lua | ||
onAppFocusFn | LuaFunction | ||
onAppPauseFn | LuaFunction | ||
onAppQuitFn | LuaFunction | ||
onDestroyFn | LuaFunction |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Awake | void | ||
DecryptLuaBundle | IEnumerator | ||
DelayDo | IEnumerator | ||
DoMain | void | ||
LoadBundle | void | ||
LoadLuaBytes | byte[] | ||
LoadScript | void | ||
Loader | byte[] | ||
OnApplicationFocus | void | ||
OnApplicationPause | void | ||
OnApplicationQuit | void | ||
OnDestroy | void | ||
ReOpen | IEnumerator | ||
RegisterFunc | void | ||
SetLuaPath | void | ||
Start | void | ||
Update | void |
메소드 | 설명 | |
---|---|---|
Delay ( LuaFunction luafun, float time ) : |
||
LoadBundle ( LuaFunction onLoadedFn ) : void |
load assetbundle
|
|
ReStart ( float sconds ) : void |
ReStart.
|
|
RemoveAllEvents ( ) : void |
Removes all events.
|
|
SetRequire ( string key, |
ÉèÖÃrequire
|
|
StopAllDelay ( ) : void | ||
StopDelay ( |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
DecryptLuaBundle ( string luaPath, bool isStreaming, LuaFunction onLoadedFn ) : IEnumerator |
lua bundle
|
|
DelayDo ( LuaFunction luafun, float time ) : IEnumerator | ||
DoMain ( ) : void |
lua begin
|
|
LoadBundle ( ) : void |
load assetbundle
|
|
LoadLuaBytes ( string name ) : byte[] |
´ÓabÖÐload bytes
|
|
LoadScript ( ) : void | ||
Loader ( string name ) : byte[] |
loader
|
|
OnApplicationFocus ( bool focusStatus ) : void | ||
OnApplicationPause ( bool pauseStatus ) : void | ||
OnApplicationQuit ( ) : void | ||
OnDestroy ( ) : void | ||
ReOpen ( float seconds ) : IEnumerator |
|
|
RegisterFunc ( ) : void | ||
SetLuaPath ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public static Delay ( LuaFunction luafun, float time ) : |
||
luafun | LuaFunction | |
time | float | |
리턴 |
public LoadBundle ( LuaFunction onLoadedFn ) : void | ||
onLoadedFn | LuaFunction | |
리턴 | void |
public SetRequire ( string key, |
||
key | string | |
textAsset | ||
리턴 | void |
public static StopDelay ( |
||
coroutine | ||
리턴 | void |