Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsCallbacks.IJointThresholdCallback

An interface that when implemented by a Object, can be called as a target by PhysicsWorld.SendJointThresholdCallbacks.
Read time 1 minuteLast updated 11 days ago

Definition

public interface PhysicsCallbacks.IJointThresholdCallback

Methods

Method

Description

OnJointThreshold2DCalled when a PhysicsEvents.JointThresholdEvent for the object occurs. This will always be called on the main-thread after the simulation has finished.