Table of Contents

Delegate PhysicsTickDelegate

Namespace
Vintagestory.API.Common.Entities
Assembly
VintagestoryAPI.dll

Called after a physics tick has happened

public delegate void PhysicsTickDelegate(float accum, Vec3d prevPos)

Parameters

accum float

Amount of seconds left in the accumulator after physics ticking

prevPos Vec3d