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
-
positionThe position to move the target to.
property -
unitsPerSecondThe 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.