Inherits from OGWTask : NSObject
Declared in OGWSetPositionTask.h

Overview

Sets the position of the entity when executed. Finishes instantaneously.

Class Methods

setPosition:

Creates a new task that sets the entity’s position.

+ (id)setPosition:(GWPoint)position

Parameters

position

The position to set the entity to.

Return Value

The new task.

Declared In

OGWSetPositionTask.h