Table of Contents

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

int

End

Gets the query endpoint.

public Vector3d End { get; }

Property Value

Vector3d

Event

Gets the underlying diagnostic event.

public GravitasDiagnosticEvent Event { get; }

Property Value

GravitasDiagnosticEvent

ExactReducerAttempts

Gets the number of exact reducer attempts.

public int ExactReducerAttempts { get; }

Property Value

int

FallbackHits

Gets the number of conservative fallback hits.

public int FallbackHits { get; }

Property Value

int

Frame

Gets the simulation frame in which the summary was captured.

public int Frame { get; }

Property Value

int

HasConservativeFallback

Gets whether conservative fallback affected the query.

public bool HasConservativeFallback { get; }

Property Value

bool

RejectedConservativeCandidates

Gets the number of rejected conservative candidates.

public int RejectedConservativeCandidates { get; }

Property Value

int

Sequence

Gets the event's sequence within its capture buffer.

public int Sequence { get; }

Property Value

int

SourceDimension

Gets the query source dimension.

public GravitasColliderDimension SourceDimension { get; }

Property Value

GravitasColliderDimension

Start

Gets the query start point.

public Vector3d Start { get; }

Property Value

Vector3d

TargetDimension

Gets the query target dimension.

public GravitasColliderDimension TargetDimension { get; }

Property Value

GravitasColliderDimension