#import <CC3Actions.h>

Instance Methods | |
| (id) | - initOnTrack: |
Class Methods | |
| (id) | + actionOnTrack: |
Properties | |
| GLuint | trackID |
CC3EnableAnimation immediately enables a specified animation track on the target node and all of its descendants.
| + (id) actionOnTrack: | (GLuint) | trackID |
Allocates and initializes an autoreleased instance to enable the specified animation track on the target node and all of its descendants.
| - (id) initOnTrack: | (GLuint) | trackID |
Initializes this instance to enable the specified animation track on the target node and all of its descendants.
|
readnonatomicassign |
The animation track to be enabled.