C# Class TestAccountWrap, UnityHello

Datei anzeigen Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Register ( LuaState L ) : void

Private Methods

Method Description
Lua_ToString ( IntPtr L ) : int
_CreateTestAccount ( IntPtr L ) : int
get_id ( IntPtr L ) : int
get_name ( IntPtr L ) : int
get_sex ( IntPtr L ) : int
set_id ( IntPtr L ) : int
set_name ( IntPtr L ) : int
set_sex ( IntPtr L ) : int

Method Details

Register() public static method

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