Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsEvents.PreSimulateEventHandler

Event handler for a pre-simulate event callback. This is called prior to the simulation running and is always called on the main-thread. See PhysicsWorld and PhysicsEvents.PreSimulate.
Read time 1 minuteLast updated 12 days ago

Definition

public delegate void PhysicsEvents.PreSimulateEventHandler(PhysicsWorld world, float deltaTime)