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
Event
Gets the underlying diagnostic event.
public GravitasDiagnosticEvent Event { get; }
Property Value
Frame
Gets the simulation frame in which the island result was captured.
public int Frame { get; }
Property Value
IterationCount
Gets the number of response iterations performed.
public int IterationCount { get; }
Property Value
ReachedIterationLimit
Gets whether the response reached its iteration limit.
public bool ReachedIterationLimit { get; }
Property Value
RootKey
Gets the deterministic root key of the response island.
public int RootKey { get; }
Property Value
Sequence
Gets the event's sequence within its capture buffer.
public int Sequence { get; }