OALMoveToAction Class Reference
Inherits from | OALAction |
Declared in | OALAudioActions.h |
Overview
Moves the target from its current position to the specified position over time in 3D space.
Properties
Class Methods
actionWithDuration:position:
Create a new action.
+ (id)actionWithDuration:(float)duration position:(ALPoint)position
Return Value
A new action.
Declared In
OALAudioActions.h
Instance Methods
initWithDuration:position:
Initialize an action.
- (id)initWithDuration:(float)duration position:(ALPoint)position
Return Value
The initialized action.
Declared In
OALAudioActions.h