Table of Contents

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

GravitasDiagnosticEvent

Frame

Gets the simulation frame in which the state change was captured.

public int Frame { get; }

Property Value

int

IsActive

Gets whether the ragdoll is active.

public bool IsActive { get; }

Property Value

bool

JointCount

Gets the number of ragdoll joints.

public int JointCount { get; }

Property Value

int

LinkCount

Gets the number of ragdoll links.

public int LinkCount { get; }

Property Value

int

RagdollId

Gets the context-local ragdoll identifier.

public int RagdollId { get; }

Property Value

int

Sequence

Gets the event's sequence within its capture buffer.

public int Sequence { get; }

Property Value

int