Index Hierarchy CC3ActionEnableAnimationTrack Class Reference Inherits from CCActionInstant Declared in CC3Actions.h Overview CC3EnableAnimation immediately enables a specified animation track on the target node and all of its descendants. Tasks trackID property – initOnTrack: + actionOnTrack: Properties trackID The animation track to be enabled. @property (nonatomic, assign, readonly) GLuint trackID Declared In CC3Actions.h Class Methods actionOnTrack: Allocates and initializes an autoreleased instance to enable the specified animation track on the target node and all of its descendants. + (id)actionOnTrack:(GLuint)trackID Declared In CC3Actions.h Instance Methods initOnTrack: Initializes this instance to enable the specified animation track on the target node and all of its descendants. - (id)initOnTrack:(GLuint)trackID Declared In CC3Actions.h Index Hierarchy