Inherits from CCActionInstant
Declared in CC3Actions.h

Overview

CC3DisableAnimation immediately disables a specified animation track on the target node and all of its descendants.

Properties

trackID

The animation track to be enabled.

@property (nonatomic, assign, readonly) GLuint trackID

Declared In

CC3Actions.h

Class Methods

actionOnTrack:

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

+ (id)actionOnTrack:(GLuint)trackID

Declared In

CC3Actions.h

Instance Methods

initOnTrack:

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

- (id)initOnTrack:(GLuint)trackID

Declared In

CC3Actions.h