Inherits from CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Conforms to NSCopying
Declared in CCActionEase.h

Overview

Base class for Easing actions

Tasks

Properties

inner

The inner action

@property (nonatomic, readonly) CCActionInterval *inner

Declared In

CCActionEase.h

Class Methods

actionWithAction:

creates the action

+ (id)actionWithAction:(CCActionInterval *)action

Declared In

CCActionEase.h

Instance Methods

initWithAction:

initializes the action

- (id)initWithAction:(CCActionInterval *)action

Declared In

CCActionEase.h