C# Class YwLuaSvr, 2DPlatformer-SLua

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
FormatException ( System e ) : string
GetFunction ( string strFuncName ) : LuaFunction
Initialize ( Action cProgress, Action cComplete, LuaSvrFlag eFlag = LuaSvrFlag.LSF_BASIC ) : bool
YwLuaSvr ( ) : System
this ( string strName ) : object

Méthodes protégées

Méthode Description
yw_lua_import_internal ( IntPtr l ) : int

Private Methods

Méthode Description
LuaPersistentFileLoader ( string strFile ) : byte[]
LuaResourceFileLoader ( string strFile ) : byte[]
LuaStreamFileLoader ( string strFile ) : byte[]
OnBindLuaComplete ( ) : void
SetupLuaPackagePath ( ) : void
yw_lua_import ( IntPtr l ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FormatException() public static méthode

public static FormatException ( System e ) : string
e System
Résultat string

GetFunction() public méthode

public GetFunction ( string strFuncName ) : LuaFunction
strFuncName string
Résultat LuaFunction

Initialize() public méthode

public Initialize ( Action cProgress, Action cComplete, LuaSvrFlag eFlag = LuaSvrFlag.LSF_BASIC ) : bool
cProgress Action
cComplete Action
eFlag LuaSvrFlag
Résultat bool

YwLuaSvr() public méthode

public YwLuaSvr ( ) : System
Résultat System

this() public méthode

public this ( string strName ) : object
strName string
Résultat object

yw_lua_import_internal() protected static méthode

protected static yw_lua_import_internal ( IntPtr l ) : int
l IntPtr
Résultat int