C# Class LuaInterface_DebuggerWrap, UnityHello

Show file Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Register ( LuaState L ) : void

Private Methods

Method Description
Log ( IntPtr L ) : int
LogError ( IntPtr L ) : int
LogException ( IntPtr L ) : int
LogWarning ( IntPtr L ) : int
get_logger ( IntPtr L ) : int
get_threadStack ( IntPtr L ) : int
get_useLog ( IntPtr L ) : int
set_logger ( IntPtr L ) : int
set_threadStack ( IntPtr L ) : int
set_useLog ( IntPtr L ) : int

Method Details

Register() public static method

public static Register ( LuaState L ) : void
L LuaState
return void