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

#import <CC3Actions.h>

Inheritance diagram for CC3ActionCCNodeSizeTo:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:sizeTo:
 

Class Methods

(id) + actionWithDuration:sizeTo:
 

Detailed Description

Animates a change to the contentSize of a CCNode.

Method Documentation

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


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