PhysicsCallbacks.JointThresholdCallbackTargets.JointThresholdTarget
Joint threshold event target for callbacks.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly struct PhysicsCallbacks.JointThresholdCallbackTargets.JointThresholdTarget
Properties
Property | Description |
|---|---|
| jointTarget | The PhysicsShape target (_callbackTarget) associated with _joint. This returns any implemented PhysicsCallbacks.IJointThresholdCallback or NULL if not implemented or no target. |
| jointThresholdEvent | The event. |