C# Class LuaInterface.LuaStatic

Afficher le fichier Open project: woshihuo12/UnityHello Class Usage Examples

Méthodes publiques

Méthode Description
GetArrayMetatable ( IntPtr L ) : int
GetClassType ( IntPtr L, int reference ) : Type
GetDelegateMetatable ( IntPtr L ) : int
GetEnumObject ( IntPtr L, System e, object &obj ) : int
GetEventMetatable ( IntPtr L ) : int
GetFunction ( IntPtr L, int reference ) : LuaFunction
GetIterMetatable ( IntPtr L ) : int
GetLuaThread ( IntPtr L, int reference ) : LuaThread
GetMetaReference ( IntPtr L, Type t ) : int
GetMissMetaReference ( IntPtr L, Type t ) : int
GetOutMetatable ( IntPtr L ) : int
GetPackBounds ( IntPtr L ) : void
GetPackRay ( IntPtr L ) : void
GetPackRaycastHit ( IntPtr L ) : void
GetPackTouch ( IntPtr L ) : void
GetPreModule ( IntPtr L, Type t ) : LuaCSFunction
GetTable ( IntPtr L, int reference ) : LuaTable
GetTypeMetatable ( IntPtr L ) : int
GetUnpackBounds ( IntPtr L ) : void
GetUnpackRayRef ( IntPtr L ) : void

Method Details

GetArrayMetatable() public static méthode

public static GetArrayMetatable ( IntPtr L ) : int
L System.IntPtr
Résultat int

GetClassType() public static méthode

public static GetClassType ( IntPtr L, int reference ) : Type
L System.IntPtr
reference int
Résultat System.Type

GetDelegateMetatable() public static méthode

public static GetDelegateMetatable ( IntPtr L ) : int
L System.IntPtr
Résultat int

GetEnumObject() public static méthode

public static GetEnumObject ( IntPtr L, System e, object &obj ) : int
L System.IntPtr
e System
obj object
Résultat int

GetEventMetatable() public static méthode

public static GetEventMetatable ( IntPtr L ) : int
L System.IntPtr
Résultat int

GetFunction() public static méthode

public static GetFunction ( IntPtr L, int reference ) : LuaFunction
L System.IntPtr
reference int
Résultat LuaFunction

GetIterMetatable() public static méthode

public static GetIterMetatable ( IntPtr L ) : int
L System.IntPtr
Résultat int

GetLuaThread() public static méthode

public static GetLuaThread ( IntPtr L, int reference ) : LuaThread
L System.IntPtr
reference int
Résultat LuaThread

GetMetaReference() public static méthode

public static GetMetaReference ( IntPtr L, Type t ) : int
L System.IntPtr
t System.Type
Résultat int

GetMissMetaReference() public static méthode

public static GetMissMetaReference ( IntPtr L, Type t ) : int
L System.IntPtr
t System.Type
Résultat int

GetOutMetatable() public static méthode

public static GetOutMetatable ( IntPtr L ) : int
L System.IntPtr
Résultat int

GetPackBounds() public static méthode

public static GetPackBounds ( IntPtr L ) : void
L System.IntPtr
Résultat void

GetPackRay() public static méthode

public static GetPackRay ( IntPtr L ) : void
L System.IntPtr
Résultat void

GetPackRaycastHit() public static méthode

public static GetPackRaycastHit ( IntPtr L ) : void
L System.IntPtr
Résultat void

GetPackTouch() public static méthode

public static GetPackTouch ( IntPtr L ) : void
L System.IntPtr
Résultat void

GetPreModule() public static méthode

public static GetPreModule ( IntPtr L, Type t ) : LuaCSFunction
L System.IntPtr
t System.Type
Résultat LuaCSFunction

GetTable() public static méthode

public static GetTable ( IntPtr L, int reference ) : LuaTable
L System.IntPtr
reference int
Résultat LuaTable

GetTypeMetatable() public static méthode

public static GetTypeMetatable ( IntPtr L ) : int
L System.IntPtr
Résultat int

GetUnpackBounds() public static méthode

public static GetUnpackBounds ( IntPtr L ) : void
L System.IntPtr
Résultat void

GetUnpackRayRef() public static méthode

public static GetUnpackRayRef ( IntPtr L ) : void
L System.IntPtr
Résultat void