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.
Tasks
-
position
The position to move the target to.
property -
unitsPerSecond
The speed at which to move the target. If this is 0, the target will be moved at the speed determined by duration.
property -
+ actionWithDuration:position:
Create a new action.
-
+ actionWithUnitsPerSecond:position:
Create a new action.
-
– initWithDuration:position:
Initialize an action.
-
– initWithUnitsPerSecond:position:
Initialize an action.