ColliderHit
Struct used to retrieve information from an Overlap batch query.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public struct ColliderHit
Remarks
Properties
Property | Description |
|---|---|
| collider | The Collider that was hit. |
| instanceID | The instance ID of the Collider that was hit. |