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

#import <CC3Actions.h>

Inheritance diagram for CC3ActionEnableAnimationTrack:
Inheritance graph
[legend]

Instance Methods

(id) - initOnTrack:
 

Class Methods

(id) + actionOnTrack:
 

Properties

GLuint trackID
 

Detailed Description

CC3EnableAnimation immediately enables a specified animation track on the target node and all of its descendants.

Method Documentation

+ (id) actionOnTrack: (GLuint)  trackID

Allocates and initializes an autoreleased instance to enable the specified animation track on the target node and all of its descendants.

- (id) initOnTrack: (GLuint)  trackID

Initializes this instance to enable the specified animation track on the target node and all of its descendants.

Property Documentation

- (GLuint) trackID
readnonatomicassign

The animation track to be enabled.


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