C# Class LuaInterface.LuaUnityLibs

显示文件 Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
OpenLibs ( IntPtr L ) : void
OpenLuaLibs ( IntPtr L ) : void

Private Methods

Method Description
GetOutBounds ( IntPtr L ) : int
GetOutColor ( IntPtr L ) : int
GetOutLayerMask ( IntPtr L ) : int
GetOutQuaternion ( IntPtr L ) : int
GetOutRay ( IntPtr L ) : int
GetOutRaycastHit ( IntPtr L ) : int
GetOutTouch ( IntPtr L ) : int
GetOutVector2 ( IntPtr L ) : int
GetOutVector3 ( IntPtr L ) : int
GetOutVector4 ( IntPtr L ) : int
InitLayer ( IntPtr L ) : void
InitMathf ( IntPtr L ) : void
PerlinNoise ( IntPtr L ) : int
SetOutMethods ( IntPtr L, string table, LuaCSFunction getOutFunc = null ) : void

Method Details

OpenLibs() public static method

public static OpenLibs ( IntPtr L ) : void
L System.IntPtr
return void

OpenLuaLibs() public static method

public static OpenLuaLibs ( IntPtr L ) : void
L System.IntPtr
return void