Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsEvents.WorldTransformPlaneChangeEventHandler

Event handler for a world transform-plane change event callback.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Delegate
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public delegate void PhysicsEvents.WorldTransformPlaneChangeEventHandler(PhysicsWorld world, PhysicsWorld.TransformPlane oldTransformPlane, PhysicsWorld.TransformPlane newTransformPlane)