PhysicsCallbacks.JointThresholdCallbackTargets
Contains all the joint callback targets returned from PhysicsWorld.GetJointThresholdCallbackTargets.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
- Implements: IDisposable
public readonly struct PhysicsCallbacks.JointThresholdCallbackTargets : IDisposable
Properties
Property | Description |
|---|---|
| jointThresholdCallbackTargets | The joint threshold targets. |
Methods
Method | Description |
|---|---|
| Dispose | Dispose of any allocated memory. This must be called if any targets are returned otherwise memory leaks will occur. |
Structs
Struct | Description |
|---|---|
| PhysicsCallbacks.JointThresholdCallbackTargets.JointThresholdTarget | Joint threshold event target for callbacks. |