Struct OverlapAabbHit
A hit from an overlap query.
Inherited Members
Namespace: Unity.Physics
Assembly: Unity.Physics.dll
Syntax
public struct OverlapAabbHitFields
ColliderKey
The collider key.
Declaration
public ColliderKey ColliderKeyField Value
| Type | Description | 
|---|---|
| ColliderKey | 
RigidBodyIndex
Zero-based index of the rigid body.
Declaration
public int RigidBodyIndexField Value
| Type | Description | 
|---|---|
| int |