Table of Contents

Struct GravitasMixedResponseIslandDiagnosticView

Namespace
Gravitas.Diagnostics
Assembly
Gravitas.dll

Typed read-only view over a mixed 3D/2D response-island diagnostic event.

public readonly struct GravitasMixedResponseIslandDiagnosticView
Inherited Members

Properties

ConstraintCount

Gets the number of constraints in the island.

public int ConstraintCount { get; }

Property Value

int

Event

Gets the underlying diagnostic event.

public GravitasDiagnosticEvent Event { get; }

Property Value

GravitasDiagnosticEvent

Frame

Gets the simulation frame in which the island result was captured.

public int Frame { get; }

Property Value

int

IterationCount

Gets the number of response iterations performed.

public int IterationCount { get; }

Property Value

int

ReachedIterationLimit

Gets whether the response reached its iteration limit.

public bool ReachedIterationLimit { get; }

Property Value

bool

RootKey

Gets the deterministic root key of the response island.

public int RootKey { get; }

Property Value

int

Sequence

Gets the event's sequence within its capture buffer.

public int Sequence { get; }

Property Value

int