Table of Contents

Enum PhysicsQueryReducerKind

Namespace
Gravitas.Queries
Assembly
Gravitas.dll

Describes whether a query hit came from an exact shape reducer or a conservative fallback reducer.

public enum PhysicsQueryReducerKind : byte

Fields

ConservativeFallback = 1

The hit was accepted by a conservative fallback that should not create false negatives but may report early or extra hits.

Exact = 0

The hit was accepted by a reducer that matches the documented source and target shape semantics.