C# 클래스 impl_LunaTraits_LWF_Movie, lwf

파일 보기 프로젝트 열기: explodingbarrel/lwf

공개 메소드들

메소드 설명
__index ( Lua L ) : int
__newindex ( Lua L ) : int
_bind_getAlpha ( Lua L ) : int
_bind_getBlue ( Lua L ) : int
_bind_getCurrentFrame ( Lua L ) : int
_bind_getFullName ( Lua L ) : int
_bind_getGreen ( Lua L ) : int
_bind_getLWF ( Lua L ) : int
_bind_getName ( Lua L ) : int
_bind_getParent ( Lua L ) : int
_bind_getRed ( Lua L ) : int
_bind_getRotation ( Lua L ) : int
_bind_getScaleX ( Lua L ) : int
_bind_getScaleY ( Lua L ) : int
_bind_getTotalFrames ( Lua L ) : int
_bind_getVisible ( Lua L ) : int
_bind_getX ( Lua L ) : int
_bind_getY ( Lua L ) : int
_bind_globalToLocal ( Lua L ) : int
_bind_gotoAndPlay ( Lua L ) : int
_bind_gotoAndPlay_overload_1 ( Lua L ) : int
_bind_gotoAndPlay_overload_2 ( Lua L ) : int
_bind_gotoAndStop ( Lua L ) : int
_bind_gotoAndStop_overload_1 ( Lua L ) : int
_bind_gotoAndStop_overload_2 ( Lua L ) : int
_bind_gotoFrame ( Lua L ) : int
_bind_localToGlobal ( Lua L ) : int
_bind_move ( Lua L ) : int
_bind_moveTo ( Lua L ) : int
_bind_nextFrame ( Lua L ) : int
_bind_play ( Lua L ) : int
_bind_prevFrame ( Lua L ) : int
_bind_rotate ( Lua L ) : int
_bind_rotateTo ( Lua L ) : int
_bind_scale ( Lua L ) : int
_bind_scaleTo ( Lua L ) : int
_bind_setAlpha ( Lua L ) : int
_bind_setBlue ( Lua L ) : int
_bind_setGreen ( Lua L ) : int
_bind_setRed ( Lua L ) : int
_bind_setRotation ( Lua L ) : int
_bind_setScaleX ( Lua L ) : int
_bind_setScaleY ( Lua L ) : int
_bind_setVisible ( Lua L ) : int
_bind_setX ( Lua L ) : int
_bind_setY ( Lua L ) : int
_bind_stop ( Lua L ) : int
attachMovie ( Lua L ) : int
luna_init_hashmap ( ) : void
luna_init_write_hashmap ( ) : void

비공개 메소드들

메소드 설명
getAlpha ( LWF o ) : float
getBlue ( LWF o ) : float
getCurrentFrame ( LWF o ) : int
getGreen ( LWF o ) : float
getName ( LWF o ) : string
getRed ( LWF o ) : float
getRotation ( LWF o ) : float
getScaleX ( LWF o ) : float
getScaleY ( LWF o ) : float
getTotalFrames ( LWF o ) : int
getVisible ( LWF o ) : bool
getX ( LWF o ) : float
getY ( LWF o ) : float
setAlpha ( LWF o, float v ) : void
setBlue ( LWF o, float v ) : void
setGreen ( LWF o, float v ) : void
setRed ( LWF o, float v ) : void
setRotation ( LWF o, float v ) : void
setScaleX ( LWF o, float v ) : void
setScaleY ( LWF o, float v ) : void
setVisible ( LWF o, bool v ) : void
setX ( LWF o, float v ) : void
setY ( LWF o, float v ) : void

메소드 상세

__index() 공개 정적인 메소드

public static __index ( Lua L ) : int
L Lua
리턴 int

__newindex() 공개 정적인 메소드

public static __newindex ( Lua L ) : int
L Lua
리턴 int

_bind_getAlpha() 공개 정적인 메소드

public static _bind_getAlpha ( Lua L ) : int
L Lua
리턴 int

_bind_getBlue() 공개 정적인 메소드

public static _bind_getBlue ( Lua L ) : int
L Lua
리턴 int

_bind_getCurrentFrame() 공개 정적인 메소드

public static _bind_getCurrentFrame ( Lua L ) : int
L Lua
리턴 int

_bind_getFullName() 공개 정적인 메소드

public static _bind_getFullName ( Lua L ) : int
L Lua
리턴 int

_bind_getGreen() 공개 정적인 메소드

public static _bind_getGreen ( Lua L ) : int
L Lua
리턴 int

_bind_getLWF() 공개 정적인 메소드

public static _bind_getLWF ( Lua L ) : int
L Lua
리턴 int

_bind_getName() 공개 정적인 메소드

public static _bind_getName ( Lua L ) : int
L Lua
리턴 int

_bind_getParent() 공개 정적인 메소드

public static _bind_getParent ( Lua L ) : int
L Lua
리턴 int

_bind_getRed() 공개 정적인 메소드

public static _bind_getRed ( Lua L ) : int
L Lua
리턴 int

_bind_getRotation() 공개 정적인 메소드

public static _bind_getRotation ( Lua L ) : int
L Lua
리턴 int

_bind_getScaleX() 공개 정적인 메소드

public static _bind_getScaleX ( Lua L ) : int
L Lua
리턴 int

_bind_getScaleY() 공개 정적인 메소드

public static _bind_getScaleY ( Lua L ) : int
L Lua
리턴 int

_bind_getTotalFrames() 공개 정적인 메소드

public static _bind_getTotalFrames ( Lua L ) : int
L Lua
리턴 int

_bind_getVisible() 공개 정적인 메소드

public static _bind_getVisible ( Lua L ) : int
L Lua
리턴 int

_bind_getX() 공개 정적인 메소드

public static _bind_getX ( Lua L ) : int
L Lua
리턴 int

_bind_getY() 공개 정적인 메소드

public static _bind_getY ( Lua L ) : int
L Lua
리턴 int

_bind_globalToLocal() 공개 정적인 메소드

public static _bind_globalToLocal ( Lua L ) : int
L Lua
리턴 int

_bind_gotoAndPlay() 공개 정적인 메소드

public static _bind_gotoAndPlay ( Lua L ) : int
L Lua
리턴 int

_bind_gotoAndPlay_overload_1() 공개 정적인 메소드

public static _bind_gotoAndPlay_overload_1 ( Lua L ) : int
L Lua
리턴 int

_bind_gotoAndPlay_overload_2() 공개 정적인 메소드

public static _bind_gotoAndPlay_overload_2 ( Lua L ) : int
L Lua
리턴 int

_bind_gotoAndStop() 공개 정적인 메소드

public static _bind_gotoAndStop ( Lua L ) : int
L Lua
리턴 int

_bind_gotoAndStop_overload_1() 공개 정적인 메소드

public static _bind_gotoAndStop_overload_1 ( Lua L ) : int
L Lua
리턴 int

_bind_gotoAndStop_overload_2() 공개 정적인 메소드

public static _bind_gotoAndStop_overload_2 ( Lua L ) : int
L Lua
리턴 int

_bind_gotoFrame() 공개 정적인 메소드

public static _bind_gotoFrame ( Lua L ) : int
L Lua
리턴 int

_bind_localToGlobal() 공개 정적인 메소드

public static _bind_localToGlobal ( Lua L ) : int
L Lua
리턴 int

_bind_move() 공개 정적인 메소드

public static _bind_move ( Lua L ) : int
L Lua
리턴 int

_bind_moveTo() 공개 정적인 메소드

public static _bind_moveTo ( Lua L ) : int
L Lua
리턴 int

_bind_nextFrame() 공개 정적인 메소드

public static _bind_nextFrame ( Lua L ) : int
L Lua
리턴 int

_bind_play() 공개 정적인 메소드

public static _bind_play ( Lua L ) : int
L Lua
리턴 int

_bind_prevFrame() 공개 정적인 메소드

public static _bind_prevFrame ( Lua L ) : int
L Lua
리턴 int

_bind_rotate() 공개 정적인 메소드

public static _bind_rotate ( Lua L ) : int
L Lua
리턴 int

_bind_rotateTo() 공개 정적인 메소드

public static _bind_rotateTo ( Lua L ) : int
L Lua
리턴 int

_bind_scale() 공개 정적인 메소드

public static _bind_scale ( Lua L ) : int
L Lua
리턴 int

_bind_scaleTo() 공개 정적인 메소드

public static _bind_scaleTo ( Lua L ) : int
L Lua
리턴 int

_bind_setAlpha() 공개 정적인 메소드

public static _bind_setAlpha ( Lua L ) : int
L Lua
리턴 int

_bind_setBlue() 공개 정적인 메소드

public static _bind_setBlue ( Lua L ) : int
L Lua
리턴 int

_bind_setGreen() 공개 정적인 메소드

public static _bind_setGreen ( Lua L ) : int
L Lua
리턴 int

_bind_setRed() 공개 정적인 메소드

public static _bind_setRed ( Lua L ) : int
L Lua
리턴 int

_bind_setRotation() 공개 정적인 메소드

public static _bind_setRotation ( Lua L ) : int
L Lua
리턴 int

_bind_setScaleX() 공개 정적인 메소드

public static _bind_setScaleX ( Lua L ) : int
L Lua
리턴 int

_bind_setScaleY() 공개 정적인 메소드

public static _bind_setScaleY ( Lua L ) : int
L Lua
리턴 int

_bind_setVisible() 공개 정적인 메소드

public static _bind_setVisible ( Lua L ) : int
L Lua
리턴 int

_bind_setX() 공개 정적인 메소드

public static _bind_setX ( Lua L ) : int
L Lua
리턴 int

_bind_setY() 공개 정적인 메소드

public static _bind_setY ( Lua L ) : int
L Lua
리턴 int

_bind_stop() 공개 정적인 메소드

public static _bind_stop ( Lua L ) : int
L Lua
리턴 int

attachMovie() 공개 정적인 메소드

public static attachMovie ( Lua L ) : int
L Lua
리턴 int

luna_init_hashmap() 공개 정적인 메소드

public static luna_init_hashmap ( ) : void
리턴 void

luna_init_write_hashmap() 공개 정적인 메소드

public static luna_init_write_hashmap ( ) : void
리턴 void