Table of Contents

Enum CollisionFlag

Namespace
Hi.Collision
Assembly
HiCbtr.dll

Collision flag. The definition is the same as native collision_flag.

public enum CollisionFlag
Extension Methods

Fields

COLLISION = 0

Collision.

MAY_INSIDE_SAFE_DISTANCE = 1

May or may not be inside the safe distance.

OUTSIDE_SAFE_DISTANCE = 2

Outside the safe distance.

UNDEFINED = 3

Not defined behavior.

_IGNORED = 4

Internal Use Only

Remarks

The int value is according to severity. The larger is severer.