Enum PhysicsQueryReducerKind
Describes whether a query hit came from an exact shape reducer or a conservative fallback reducer.
public enum PhysicsQueryReducerKind : byte
Fields
ConservativeFallback = 1The hit was accepted by a conservative fallback that should not create false negatives but may report early or extra hits.
Exact = 0The hit was accepted by a reducer that matches the documented source and target shape semantics.