Inherits from CCActionInstant
Declared in CC3Actions.h

Overview

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.

Properties

trackID

The animation track on which the animation runs.

@property (nonatomic, assign, readonly) GLuint trackID

Declared In

CC3Actions.h

Class Methods

actionOnTrack: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.

+ (id)actionOnTrack:(GLuint)trackID blendingWeight:(GLfloat)blendingWeight

Discussion

By setting the blending weight to zero, the animation track can be effectively turned off.

Declared In

CC3Actions.h

Instance Methods

initOnTrack:blendingWeight:

Initializes this instance to set the animation blending weight of the specified animation track on the target node to the specified value.

- (id)initOnTrack:(GLuint)trackID blendingWeight:(GLfloat)blendingWeight

Discussion

By setting the blending weight to zero, the animation track can be effectively turned off.

Declared In

CC3Actions.h