mirror of https://github.com/axmolengine/axmol.git
50 lines
1.3 KiB
Lua
50 lines
1.3 KiB
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module Tween
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Tween] getAnimation
|
||
|
-- @param self
|
||
|
-- @return ArmatureAnimation#ArmatureAnimation ret (return value: ccs.ArmatureAnimation)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Tween] gotoAndPause
|
||
|
-- @param self
|
||
|
-- @param #int int
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Tween] play
|
||
|
-- @param self
|
||
|
-- @param #ccs.MovementBoneData movementbonedata
|
||
|
-- @param #int int
|
||
|
-- @param #int int
|
||
|
-- @param #int int
|
||
|
-- @param #int int
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Tween] gotoAndPlay
|
||
|
-- @param self
|
||
|
-- @param #int int
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Tween] init
|
||
|
-- @param self
|
||
|
-- @param #ccs.Bone bone
|
||
|
-- @return bool#bool ret (return value: bool)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Tween] setAnimation
|
||
|
-- @param self
|
||
|
-- @param #ccs.ArmatureAnimation armatureanimation
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Tween] create
|
||
|
-- @param self
|
||
|
-- @param #ccs.Bone bone
|
||
|
-- @return Tween#Tween ret (return value: ccs.Tween)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Tween] Tween
|
||
|
-- @param self
|
||
|
|
||
|
return nil
|