v2.0.2
Instance Methods | Class Methods | Properties | List of all members
CC3ActionAnimationBlendingSetTrackTo Class Reference

#import <CC3Actions.h>

Inheritance diagram for CC3ActionAnimationBlendingSetTrackTo:
Inheritance graph
[legend]

Instance Methods

(id) - initOnTrack:blendingWeight:
 

Class Methods

(id) + actionOnTrack:blendingWeight:
 

Properties

GLuint trackID
 

Detailed Description

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.

Method Documentation

+ (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.

Property Documentation

- (GLuint) trackID
readnonatomicassign

The animation track on which the animation runs.


The documentation for this class was generated from the following file: