C# 클래스 impl_LunaTraits_LWF_Point, lwf

파일 보기 프로젝트 열기: explodingbarrel/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