Inherits from CCActionInterval
Conforms to NSCopying
Declared in CC3Actions.h

Overview

CC3ActionAnimationBlendingFadeTrackTo fades the animation blending weight of an animation track in the target CC3Node from its current value to an end value. This allows the animation track to be faded in or out smoothly.

Properties

trackID

The animation track on which the animation runs.

@property (nonatomic, assign, readonly) GLuint trackID

Declared In

CC3Actions.h

Class Methods

actionWithDuration:onTrack:blendingWeight:

Allocates and initializes an autoreleased instance to fade the animation blending weight of the specified animation track on the target node to the specified value, over the specified time duration.

+ (id)actionWithDuration:(CCTime)t onTrack:(GLuint)trackID blendingWeight:(GLfloat)blendingWeight

Declared In

CC3Actions.h

Instance Methods

initWithDuration:onTrack:blendingWeight:

Initializes this instance to fade the animation blending weight of the specified animation track on the target node to the specified value, over the specified time duration.

- (id)initWithDuration:(CCTime)t onTrack:(GLuint)trackID blendingWeight:(GLfloat)blendingWeight

Declared In

CC3Actions.h