Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsQuery.TimeOfImpactResult.State

Describes the time-of-impact state.
Read time 1 minuteLast updated 13 days ago

Definition

public enum PhysicsQuery.TimeOfImpactResult.State

Fields

Value

Description

FailedThe query failed to find a good result. The query ran out of iterations finding an impact.
HitAn impact was detected.
OverlappedThe shapes were initially overlapped.
SeparatedNo impact was detected during the interval.
UnknownThe query encountered an error and returned an unknown result. This should not happen unless a serious issue was encountered.