Properties

CC3PODAnimate Class Reference

A CCActionInterval that animates a CC3Node extracted from a POD file. More...

#import <CC3NodePODExtensions.h>

List of all members.

Properties

BOOL isReversed

Detailed Description

To animate a node, CC3PODAnimate invokes the establishPODAnimationFrameAt: method of the CC3Node it is animating. The heavy lifting is performed by the CC3PODNodeAnimation instance held in the podAnimation property of the node.

The establishPODAnimationFrameAt: method of the CC3Node also takes care of propagating the animation to its child nodes. A complete assembly of nodes can therefore be animated in concert using a single CC3PODAnimate instance.


Property Documentation

- (BOOL) isReversed [read, write, assign]

Indicates whether this action is running in reverse.

Setting this to YES will cause the animation to run in reverse.

Generally, this is set when creating a reverse action using the reverse method of a normal CCIntervalAction instance to create its compliment. The application will generally not set this property directly.


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