struct in UnityEngine.LowLevelPhysics2D
/
Implemented in:UnityEngine.Physics2DModule
Contains all the trigger callback targets returned from PhysicsWorld.GetTriggerCallbackTargets.
Property | Description |
---|---|
BeginCallbackTargets | The begin targets. |
EndCallbackTargets | The end targets. |
Method | Description |
---|---|
Dispose | Dispose of any allocated memory. This must be called if any targets are returned otherwise memory leaks will occur. |