CC3ActionAnimationCrossFade Class Reference
Inherits from | CCActionInterval |
Conforms to | NSCopying |
Declared in | CC3Actions.h |
Properties
Class Methods
actionWithDuration:fromTrack:toTrack:
Allocates and initializes an autoreleased instance to fade from the specified track to the specified track, over the specified time duration, and leaving the final track with a blending weight of one.
+ (id)actionWithDuration:(CCTime)t fromTrack:(GLuint)fromTrackID toTrack:(GLuint)toTrackID
Declared In
CC3Actions.h
actionWithDuration:fromTrack:toTrack:withBlendingWeight:
Allocates and initializes an autoreleased instance to fade from the specified track to the specified track, over the specified time duration, and leaving the final track with the specified blending weight.
+ (id)actionWithDuration:(CCTime)t fromTrack:(GLuint)fromTrackID toTrack:(GLuint)toTrackID withBlendingWeight:(GLfloat)toBlendingWeight
Declared In
CC3Actions.h
Instance Methods
initWithDuration:fromTrack:toTrack:
Initializes this instance to fade from the specified track to the specified track, over the specified time duration, and leaving the final track with a blending weight of one.
- (id)initWithDuration:(CCTime)t fromTrack:(GLuint)fromTrackID toTrack:(GLuint)toTrackID
Declared In
CC3Actions.h
initWithDuration:fromTrack:toTrack:withBlendingWeight:
Initializes this instance to fade from the specified track to the specified track, over the specified time duration, and leaving the final track with the specified blending weight.
- (id)initWithDuration:(CCTime)t fromTrack:(GLuint)fromTrackID toTrack:(GLuint)toTrackID withBlendingWeight:(GLfloat)toBlendingWeight
Declared In
CC3Actions.h