C# Класс impl_LunaTraits_LWF_Point, lwf

Показать файл Открыть проект

Открытые методы

Метод Описание
__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

Описание методов

__index() публичный статический Метод

public static __index ( Lua L ) : int
L Lua
Результат int

__newindex() публичный статический Метод

public static __newindex ( Lua L ) : int
L Lua
Результат int

_bind__property_get_x() публичный статический Метод

public static _bind__property_get_x ( Lua L ) : int
L Lua
Результат int

_bind__property_get_y() публичный статический Метод

public static _bind__property_get_y ( Lua L ) : int
L Lua
Результат int

_bind__property_set_x() публичный статический Метод

public static _bind__property_set_x ( Lua L ) : int
L Lua
Результат int

_bind__property_set_y() публичный статический Метод

public static _bind__property_set_y ( Lua L ) : int
L Lua
Результат int

_bind_ctor() публичный статический Метод

public static _bind_ctor ( Lua L ) : LWF.Point
L Lua
Результат LWF.Point

_bind_ctor_overload_1() публичный статический Метод

public static _bind_ctor_overload_1 ( Lua L ) : LWF.Point
L Lua
Результат LWF.Point

_bind_ctor_overload_2() публичный статический Метод

public static _bind_ctor_overload_2 ( Lua L ) : LWF.Point
L Lua
Результат LWF.Point

_property_get_x() публичный статический Метод

public static _property_get_x ( LWF a ) : float
a LWF
Результат float

_property_get_y() публичный статический Метод

public static _property_get_y ( LWF a ) : float
a LWF
Результат float

_property_set_x() публичный статический Метод

public static _property_set_x ( LWF a, float b ) : void
a LWF
b float
Результат void

_property_set_y() публичный статический Метод

public static _property_set_y ( LWF a, float b ) : void
a LWF
b float
Результат void

luna_init_hashmap() публичный статический Метод

public static luna_init_hashmap ( ) : void
Результат void

luna_init_write_hashmap() публичный статический Метод

public static luna_init_write_hashmap ( ) : void
Результат void