Inherits from OALAction
Declared in OALAudioActions.h

Overview

Places the target at the specified position.

Tasks

Properties

position

The position where the target will be placed.

@property (readwrite, assign, nonatomic) 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