Enumeration PickingAttachmentOrigin

The picking result origin as called from InfiniteEngineInterface.pickAt or InfiniteEngineInterface.pickRect.

The picking result origin is included in the PickingAttachment.


Events

Enumeration Members

PAO_Invalid: -1

The picking is invalid (should not happen).

PAO_PickAt: 0

The picking was triggered from InfiniteEngineInterface.pickAt.

PAO_PickFromRay: 2

The picking was triggered from InfiniteEngineInterface.pickFromRay.

PAO_PickRect: 1

The picking was triggered from InfiniteEngineInterface.pickRect.