2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module AnimationCache
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend Ref
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnimationCache] getAnimation
|
|
|
|
-- @param self
|
|
|
|
-- @param #string str
|
|
|
|
-- @return Animation#Animation ret (return value: cc.Animation)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnimationCache] addAnimation
|
|
|
|
-- @param self
|
|
|
|
-- @param #cc.Animation animation
|
|
|
|
-- @param #string str
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnimationCache] init
|
|
|
|
-- @param self
|
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnimationCache] addAnimationsWithDictionary
|
|
|
|
-- @param self
|
|
|
|
-- @param #map_table map
|
|
|
|
-- @param #string str
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnimationCache] removeAnimation
|
|
|
|
-- @param self
|
|
|
|
-- @param #string str
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnimationCache] addAnimationsWithFile
|
|
|
|
-- @param self
|
|
|
|
-- @param #string str
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnimationCache] destroyInstance
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnimationCache] getInstance
|
|
|
|
-- @param self
|
|
|
|
-- @return AnimationCache#AnimationCache ret (return value: cc.AnimationCache)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnimationCache] AnimationCache
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|