Public Member Functions | Static Public Member Functions

CC3CCSizeTo Class Reference

Animates a change to the contentSize of a CCNode. More...

#import <CC3CC2Extensions.h>

List of all members.

Public Member Functions

(id) - initWithDuration:sizeTo:

Static Public Member Functions

(id) + actionWithDuration:sizeTo:

Detailed Description

Animates a change to the contentSize of a CCNode.


Member Function 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: