#import <CC3Actions.h>
Instance Methods | |
(id) | - initWithDuration:sizeTo: |
Class Methods | |
(id) | + actionWithDuration:sizeTo: |
Animates a change to the contentSize of a CCNode.
+ (id) actionWithDuration: | (CCTime) | dur | |
sizeTo: | (CGSize) | endSize | |
Allocates and initializes an autoreleased instance to change the contentSize property of the target to the specified size, within the specified elapsed duration.
- (id) initWithDuration: | (CCTime) | dur | |
sizeTo: | (CGSize) | endSize | |
Initializes this instance to change the contentSize property of the target to the specified size, within the specified elapsed duration.