Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsCallbacks.JointThresholdCallbackTargets

Contains all the joint callback targets returned from PhysicsWorld.GetJointThresholdCallbackTargets.
Read time 1 minuteLast updated 12 days ago

Definition

public readonly struct PhysicsCallbacks.JointThresholdCallbackTargets : IDisposable

Properties

Property

Description

jointThresholdCallbackTargetsThe joint threshold targets.

Methods

Method

Description

DisposeDispose of any allocated memory. This must be called if any targets are returned otherwise memory leaks will occur.

Structs

Struct

Description

PhysicsCallbacks.JointThresholdCallbackTargets.JointThresholdTargetJoint threshold event target for callbacks.