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