ObjectAL
 All Classes Functions Variables Properties Pages
Instance Methods | Class Methods | Properties | List of all members
OALPlaceAction Class Reference

Places the target at the specified position. More...

#import <OALAudioActions.h>

Inheritance diagram for OALPlaceAction:
OALAction

Instance Methods

(id) - initWithPosition:
 Initialize an action with the specified position. More...
 
- Instance Methods inherited from OALAction
(id) - initWithDuration:
 Initialize an action. More...
 
(void) - runWithTarget:
 Run this action on a target. More...
 
(void) - prepareWithTarget:
 Called by runWithTraget to do any final preparations before running. More...
 
(void) - startAction
 Called by runWithTarget to start the action running. More...
 
(void) - updateCompletion:
 Called by OALActionManager to update this action's progress. More...
 
(void) - stopAction
 Stop this action. More...
 

Class Methods

(id) + actionWithPosition:
 Create an action with the specified position. More...
 

Properties

ALPoint position
 The position where the target will be placed. More...
 
- Properties inherited from OALAction
id target
 The target to perform the action on. More...
 
float duration
 The duration of the action, in seconds. More...
 
float elapsed
 The amount of time that has elapsed for this action, in seconds. More...
 
bool running
 If true, the action is currently running. More...
 

Additional Inherited Members

- Protected Attributes inherited from OALAction
bool runningInManager_
 If TRUE, this action is running via OALActionManager. More...
 

Detailed Description

Places the target at the specified position.

Method Documentation

+ (id) actionWithPosition: (ALPoint position

Create an action with the specified position.

Parameters
positionThe position to place the target at.
Returns
A new action.
- (id) initWithPosition: (ALPoint position

Initialize an action with the specified position.

Parameters
positionThe position to place the target at.
Returns
The initialized action.

Property Documentation

- (ALPoint) position
readwritenonatomicassign

The position where the target will be placed.


The documentation for this class was generated from the following files: