Declared in OGWWorldContactTestAspect.h

OGWContactTest

Contact test types.

The most basic and common test is an axis-aligned bounding box intersection.

Definition

typedef NS_ENUM(int8_t, OGWContactTest ) {
   OGWContactTestBoundingBoxesIntersect = 0,
};

Constants

OGWContactTestBoundingBoxesIntersect

Peforms axis-aligned bounding box intersection test.

Declared In OGWWorldContactTestAspect.h.

Declared In

OGWWorldContactTestAspect.h