Conforms to NSObject
Declared in OGWAspect.h

Overview

Defines an aspect that is “updateable” and thus indicates that it wants to receive the update message every frame when it is added to an entity that resides in the world.

Tasks

Instance Methods

update:

Sent every step, ie every time the simulate message is sent to the world.

- (void)update:(GWStep)currentStep

Parameters

currentStep

The current step counter.

Declared In

OGWAspect.h