C# Class impl_LunaTraits_LWF_Movie, lwf

显示文件 Open project: explodingbarrel/lwf

Public Methods

Method Description
__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

Private Methods

Method Description
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

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_getAlpha() public static method

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

_bind_getBlue() public static method

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

_bind_getCurrentFrame() public static method

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

_bind_getFullName() public static method

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

_bind_getGreen() public static method

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

_bind_getLWF() public static method

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

_bind_getName() public static method

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

_bind_getParent() public static method

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

_bind_getRed() public static method

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

_bind_getRotation() public static method

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

_bind_getScaleX() public static method

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

_bind_getScaleY() public static method

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

_bind_getTotalFrames() public static method

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

_bind_getVisible() public static method

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

_bind_getX() public static method

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

_bind_getY() public static method

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

_bind_globalToLocal() public static method

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

_bind_gotoAndPlay() public static method

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

_bind_gotoAndPlay_overload_1() public static method

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

_bind_gotoAndPlay_overload_2() public static method

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

_bind_gotoAndStop() public static method

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

_bind_gotoAndStop_overload_1() public static method

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

_bind_gotoAndStop_overload_2() public static method

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

_bind_gotoFrame() public static method

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

_bind_localToGlobal() public static method

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

_bind_move() public static method

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

_bind_moveTo() public static method

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

_bind_nextFrame() public static method

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

_bind_play() public static method

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

_bind_prevFrame() public static method

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

_bind_rotate() public static method

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

_bind_rotateTo() public static method

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

_bind_scale() public static method

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

_bind_scaleTo() public static method

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

_bind_setAlpha() public static method

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

_bind_setBlue() public static method

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

_bind_setGreen() public static method

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

_bind_setRed() public static method

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

_bind_setRotation() public static method

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

_bind_setScaleX() public static method

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

_bind_setScaleY() public static method

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

_bind_setVisible() public static method

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

_bind_setX() public static method

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

_bind_setY() public static method

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

_bind_stop() public static method

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

attachMovie() public static method

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

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