#import <CC3Actions.h>
Instance Methods | |
(id) | - initOnTrack:blendingWeight: |
Class Methods | |
(id) | + actionOnTrack:blendingWeight: |
Properties | |
GLuint | trackID |
CC3ActionAnimationBlendingSetTrackTo immediately sets the animation blending weight of an animation track in the target CC3Node to a specified value.
By setting the blending weight to zero, the animation track can be effectively turned off.
+ (id) actionOnTrack: | (GLuint) | trackID | |
blendingWeight: | (GLfloat) | blendingWeight | |
Allocates and initializes an autoreleased instance to set the animation blending weight of the specified animation track on the target node to the specified value.
By setting the blending weight to zero, the animation track can be effectively turned off.
- (id) initOnTrack: | (GLuint) | trackID | |
blendingWeight: | (GLfloat) | blendingWeight | |
Initializes this instance to set the animation blending weight of the specified animation track on the target node to the specified value.
By setting the blending weight to zero, the animation track can be effectively turned off.
|
readnonatomicassign |
The animation track on which the animation runs.