Index Hierarchy OGWWorldGravityDelegate Protocol Reference Declared in OGWWorldGravityAspect.h Overview Delegates interested in learning about gravity changes must implement this protocol. Tasks – aspect:gravityDidChange: required method 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 Index Hierarchy