Declared in OGWWorldGravityAspect.h

Overview

Delegates interested in learning about gravity changes must implement this protocol.

Tasks

Instance Methods

aspect:gravityDidChange:

Sent when gravity changed.

- (void)aspect:(OGWWorldGravityAspect *)aspect gravityDidChange:(GWVector)gravity

Parameters

aspect

The sending aspect.

gravity

The new gravity vector.

Declared In

OGWWorldGravityAspect.h