2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module Tween
|
2014-03-26 14:03:04 +08:00
|
|
|
-- @extend ProcessBase
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @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
|