#import <CC3Actions.h>
Instance Methods | |
(id) | - initOnTrack: |
Class Methods | |
(id) | + actionOnTrack: |
Properties | |
GLuint | trackID |
CC3DisableAnimation immediately disables a specified animation track on the target node and all of its descendants.
+ (id) actionOnTrack: | (GLuint) | trackID |
Allocates and initializes an autoreleased instance to disable the specified animation track on the target node and all of its descendants.
- (id) initOnTrack: | (GLuint) | trackID |
Initializes this instance to disable the specified animation track on the target node and all of its descendants.
|
readnonatomicassign |
The animation track to be enabled.