Namespace TargetIndicators
Classes
TargetIndicatorBoundaryVisualizer
Visualizes the boundary configured in a TargetIndicatorManager
. Note that
BoundaryType.CompassTape and
BoundaryType.Unbounded has no visualization.
TargetIndicatorManager
Tracks targets and transforms their world space positions into screen space coordinates with options to clamp to the screen edges, absolute size, or a compass tape. Useful for displaying directions to targets and other positions in the environment.
Structs
Ellipse
The data that defines the ellipse of the screen boundary.
TargetIndicator
The contextual data that defines a tracked target in screen space.
TargetIndicatorId
The unique ID that represents a TargetIndicator
.
Enums
BoundaryShape
The shape of the boundary for Padded or Absolute boundary types that target indicators will clamp to.
BoundaryType
The type of boundary that target indicators will clamp to.
Delegates
TargetIndicatorManager.TargetIndicatorsRemovedDelegate
Delegate that passes a ReadOnlySpan
of target indicators that were removed.
TargetIndicatorManager.TargetIndicatorsUpdatedDelegate
Delegate that passes a ReadOnlySpan
of target indicators that were added or updated.