Struct GravitasQuerySummaryDiagnosticView
- Namespace
- Gravitas.Diagnostics
- Assembly
- Gravitas.dll
Typed read-only view over query reducer quality counters.
public readonly struct GravitasQuerySummaryDiagnosticView
- Inherited Members
Properties
AcceptedHits
Gets the number of accepted hits.
public int AcceptedHits { get; }
Property Value
End
Gets the query endpoint.
public Vector3d End { get; }
Property Value
- Vector3d
Event
Gets the underlying diagnostic event.
public GravitasDiagnosticEvent Event { get; }
Property Value
ExactReducerAttempts
Gets the number of exact reducer attempts.
public int ExactReducerAttempts { get; }
Property Value
FallbackHits
Gets the number of conservative fallback hits.
public int FallbackHits { get; }
Property Value
Frame
Gets the simulation frame in which the summary was captured.
public int Frame { get; }
Property Value
HasConservativeFallback
Gets whether conservative fallback affected the query.
public bool HasConservativeFallback { get; }
Property Value
RejectedConservativeCandidates
Gets the number of rejected conservative candidates.
public int RejectedConservativeCandidates { get; }
Property Value
Sequence
Gets the event's sequence within its capture buffer.
public int Sequence { get; }
Property Value
SourceDimension
Gets the query source dimension.
public GravitasColliderDimension SourceDimension { get; }
Property Value
Start
Gets the query start point.
public Vector3d Start { get; }
Property Value
- Vector3d
TargetDimension
Gets the query target dimension.
public GravitasColliderDimension TargetDimension { get; }