Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

UI.Selectable.FindSelectable

Switch to Manual
public function FindSelectable(dir: Vector3): Selectable;

Parameters

dir The direction in which to search for a neighbouring Selectable object.

Returns

Selectable The neighbouring Selectable object. Null if none found.

Description