PhysicsCallbacks.IJointThresholdCallback
An interface that when implemented, can be called as a target by PhysicsWorld.SendJointThresholdCallbacks.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Interface
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public interface PhysicsCallbacks.IJointThresholdCallback
Methods
Method | Description |
|---|---|
| OnJointThreshold2D | Called when a PhysicsEvents.JointThresholdEvent for the object occurs. This will always be called on the main-thread after the simulation has finished. |