Classes

CC3ActionInterval.h File Reference

#import "CC3Node.h"
#import "CCActionInterval.h"

Classes

class  CC3MoveBy
 CC3MoveBy is a CCActionInterval that moves a target CC3Node by a specific translation amount. More...
class  CC3MoveTo
 CC3MoveTo is a CCActionInterval that moves a target CC3Node to a specific location. More...
class  CC3RotateBy
 CC3RotateBy is a CCActionInterval that rotates a target CC3Node by a specific rotation amount. More...
class  CC3RotateTo
 CC3RotateTo is a CCActionInterval that rotates a target CC3Node to a specific orientation. More...
class  CC3RotateToLookAt
 CC3RotateToLookAt is a CCActionInterval that rotates a target CC3Node to look at a specific location. More...
class  CC3RotateToLookTowards
 CC3RotateToLookTowards is a CCActionInterval that rotates a target CC3Node to look towards a specific direction. More...
class  CC3ScaleBy
 CC3ScaleBy is a CCActionInterval that scales a target CC3Node by a specific scale factor. More...
class  CC3ScaleTo
 CC3ScaleTo is a CCActionInterval that scales a target CC3Node to a specific scale. More...
class  CC3TransformBy
 CC3TransformBy is an abstract subclass of CCActionInterval that is the parent of subclasses that transform the location, rotation, or scale of a target CC3Node by some amount in some way. More...
class  CC3TransformTo
 CC3TransformTo is an abstract subclass of CCActionInterval that is the parent of subclasses that transform the location, rotation, or scale of a target CC3Node to some end value in some way. More...

Detailed Description