Index Hierarchy OALPlaceAction Class Reference Inherits from OALAction Declared in OALAudioActions.h Overview Places the target at the specified position. Tasks position property + actionWithPosition: – initWithPosition: Properties position The position where the target will be placed. @property (nonatomic, readwrite, assign) ALPoint position Declared In OALAudioActions.h Class Methods actionWithPosition: Create an action with the specified position. + (id)actionWithPosition:(ALPoint)position Parameters position The position to place the target at. Return Value A new action. Declared In OALAudioActions.h Instance Methods initWithPosition: Initialize an action with the specified position. - (id)initWithPosition:(ALPoint)position Parameters position The position to place the target at. Return Value The initialized action. Declared In OALAudioActions.h Index Hierarchy