Inherits from CCActionInterval
Declared in CC3Actions.h

Overview

Animates a change to the contentSize of a CCNode.

Class Methods

actionWithDuration:sizeTo:

Allocates and initializes an autoreleased instance to change the contentSize property of the target to the specified size, within the specified elapsed duration.

+ (id)actionWithDuration:(CCTime)dur sizeTo:(CGSize)endSize

Declared In

CC3Actions.h

Instance Methods

initWithDuration:sizeTo:

Initializes this 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

Declared In

CC3Actions.h