Table of Contents

Enum GravitasDiagnosticEventKind

Namespace
Gravitas.Diagnostics
Assembly
Gravitas.dll

Identifies deterministic physics diagnostic event payloads.

public enum GravitasDiagnosticEventKind : byte

Fields

AngularVelocityDelta = 4

A body's angular velocity changed.

CircleQuery = 7

A 3D X/Z circle query completed.

Contact = 8

A 3D collision contact was evaluated.

ForceDelta = 1

A force changed a body's acceleration.

GroundProbe = 5

A body performed a ground probe.

JointImpulse = 17

A joint solver applied impulses.

JointLimitReached = 18

A joint reached a configured limit.

JointRegistered = 15

A joint was registered with its owning service.

JointRemoved = 16

A joint was removed from its owning service.

LinearVelocityDelta = 3

A body's linear velocity changed.

MixedContact = 11

A mixed 3D/2D collision contact was evaluated.

MixedQuery = 10

A mixed 3D/2D query completed.

MixedResponseImpulse = 12

A mixed 3D/2D response impulse was applied.

MixedResponseIsland = 13

A mixed response island was solved.

QuerySummary = 14

A query reducer reported its quality counters.

RagdollActivated = 19

A ragdoll runtime changed active state.

RayQuery = 6

A 3D ray or swept-sphere query completed.

ResponseImpulse = 9

A 3D collision response impulse was applied.

TorqueDelta = 2

A torque was applied to a body.