Enum GravitasDiagnosticEventKind
- Namespace
- Gravitas.Diagnostics
- Assembly
- Gravitas.dll
Identifies deterministic physics diagnostic event payloads.
public enum GravitasDiagnosticEventKind : byte
Fields
AngularVelocityDelta = 4A body's angular velocity changed.
CircleQuery = 7A 3D X/Z circle query completed.
Contact = 8A 3D collision contact was evaluated.
ForceDelta = 1A force changed a body's acceleration.
GroundProbe = 5A body performed a ground probe.
JointImpulse = 17A joint solver applied impulses.
JointLimitReached = 18A joint reached a configured limit.
JointRegistered = 15A joint was registered with its owning service.
JointRemoved = 16A joint was removed from its owning service.
LinearVelocityDelta = 3A body's linear velocity changed.
MixedContact = 11A mixed 3D/2D collision contact was evaluated.
MixedQuery = 10A mixed 3D/2D query completed.
MixedResponseImpulse = 12A mixed 3D/2D response impulse was applied.
MixedResponseIsland = 13A mixed response island was solved.
QuerySummary = 14A query reducer reported its quality counters.
RagdollActivated = 19A ragdoll runtime changed active state.
RayQuery = 6A 3D ray or swept-sphere query completed.
ResponseImpulse = 9A 3D collision response impulse was applied.
TorqueDelta = 2A torque was applied to a body.