C# Class impl_LunaTraits_LWF_Point, lwf

Mostrar archivo Open project: explodingbarrel/lwf

Public Methods

Method Description
__index ( Lua L ) : int
__newindex ( Lua L ) : int
_bind__property_get_x ( Lua L ) : int
_bind__property_get_y ( Lua L ) : int
_bind__property_set_x ( Lua L ) : int
_bind__property_set_y ( Lua L ) : int
_bind_ctor ( Lua L ) : LWF.Point
_bind_ctor_overload_1 ( Lua L ) : LWF.Point
_bind_ctor_overload_2 ( Lua L ) : LWF.Point
_property_get_x ( LWF a ) : float
_property_get_y ( LWF a ) : float
_property_set_x ( LWF a, float b ) : void
_property_set_y ( LWF a, float b ) : void
luna_init_hashmap ( ) : void
luna_init_write_hashmap ( ) : void

Method Details

__index() public static method

public static __index ( Lua L ) : int
L Lua
return int

__newindex() public static method

public static __newindex ( Lua L ) : int
L Lua
return int

_bind__property_get_x() public static method

public static _bind__property_get_x ( Lua L ) : int
L Lua
return int

_bind__property_get_y() public static method

public static _bind__property_get_y ( Lua L ) : int
L Lua
return int

_bind__property_set_x() public static method

public static _bind__property_set_x ( Lua L ) : int
L Lua
return int

_bind__property_set_y() public static method

public static _bind__property_set_y ( Lua L ) : int
L Lua
return int

_bind_ctor() public static method

public static _bind_ctor ( Lua L ) : LWF.Point
L Lua
return LWF.Point

_bind_ctor_overload_1() public static method

public static _bind_ctor_overload_1 ( Lua L ) : LWF.Point
L Lua
return LWF.Point

_bind_ctor_overload_2() public static method

public static _bind_ctor_overload_2 ( Lua L ) : LWF.Point
L Lua
return LWF.Point

_property_get_x() public static method

public static _property_get_x ( LWF a ) : float
a LWF
return float

_property_get_y() public static method

public static _property_get_y ( LWF a ) : float
a LWF
return float

_property_set_x() public static method

public static _property_set_x ( LWF a, float b ) : void
a LWF
b float
return void

_property_set_y() public static method

public static _property_set_y ( LWF a, float b ) : void
a LWF
b float
return void

luna_init_hashmap() public static method

public static luna_init_hashmap ( ) : void
return void

luna_init_write_hashmap() public static method

public static luna_init_write_hashmap ( ) : void
return void