Table of Contents

Property Events

Namespace
Box3D
Assembly
Box3D.NET.dll

Events

Gets the events raised by the most recent Box3D.PhysicsWorld.Step(System.Single,System.Int32).

public WorldEvents Events { get; }

Property Value

WorldEvents

Remarks

The returned spans point at engine memory and are only valid until the next step. Read what you need out of them before stepping again.