Skip to content

Interactor Set Search Radius

Sets the search radius used by an Interactor when resolving nearby Interactable targets.

Parameter Description
Interactor The Interactor to update.
Search Radius Search radius around the interaction origin.

Example

  1. Start with a short interaction range for normal gameplay.
  2. Increase the radius when the player equips a tool or enters a special mode.
  3. Run Interactor Update again so the new range affects target selection.

See also