-------------------------------- -- @module SkeletonAnimation -- @extend SkeletonRenderer -- @parent_module sp -------------------------------- -- -- @function [parent=#SkeletonAnimation] setStartListener -- @param self -- @param #function listener -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] setTrackEventListener -- @param self -- @param #spTrackEntry entry -- @param #function listener -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] setTrackCompleteListener -- @param self -- @param #spTrackEntry entry -- @param #function listener -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] setTrackStartListener -- @param self -- @param #spTrackEntry entry -- @param #function listener -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] findAnimation -- @param self -- @param #string name -- @return spAnimation#spAnimation ret (return value: spAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] setCompleteListener -- @param self -- @param #function listener -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] setTrackEndListener -- @param self -- @param #spTrackEntry entry -- @param #function listener -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] setEventListener -- @param self -- @param #function listener -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] setMix -- @param self -- @param #string fromAnimation -- @param #string toAnimation -- @param #float duration -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] setEndListener -- @param self -- @param #function listener -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] clearTracks -- @param self -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] clearTrack -- @param self -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) -------------------------------- -- @overload self, string, string, float -- @overload self, string, spAtlas, float -- @function [parent=#SkeletonAnimation] createWithBinaryFile -- @param self -- @param #string skeletonBinaryFile -- @param #spAtlas atlas -- @param #float scale -- @return SkeletonAnimation#SkeletonAnimation ret (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] create -- @param self -- @return SkeletonAnimation#SkeletonAnimation ret (return value: sp.SkeletonAnimation) -------------------------------- -- @overload self, string, string, float -- @overload self, string, spAtlas, float -- @function [parent=#SkeletonAnimation] createWithJsonFile -- @param self -- @param #string skeletonJsonFile -- @param #spAtlas atlas -- @param #float scale -- @return SkeletonAnimation#SkeletonAnimation ret (return value: sp.SkeletonAnimation) -------------------------------- -- -- @function [parent=#SkeletonAnimation] initialize -- @param self -- @return SkeletonAnimation#SkeletonAnimation self (return value: sp.SkeletonAnimation) return nil