Struct GravitasRagdollDiagnosticView
- Namespace
- Gravitas.Diagnostics
- Assembly
- Gravitas.dll
Typed read-only view over a ragdoll active-state diagnostic event.
public readonly struct GravitasRagdollDiagnosticView
- Inherited Members
Properties
Event
Gets the underlying diagnostic event.
public GravitasDiagnosticEvent Event { get; }
Property Value
Frame
Gets the simulation frame in which the state change was captured.
public int Frame { get; }
Property Value
IsActive
Gets whether the ragdoll is active.
public bool IsActive { get; }
Property Value
JointCount
Gets the number of ragdoll joints.
public int JointCount { get; }
Property Value
LinkCount
Gets the number of ragdoll links.
public int LinkCount { get; }
Property Value
RagdollId
Gets the context-local ragdoll identifier.
public int RagdollId { get; }
Property Value
Sequence
Gets the event's sequence within its capture buffer.
public int Sequence { get; }