class NavMeshLinkTool : EditorTool<T>

robot_2Generated
code_blocksInput

Description

The NavMeshLinkTool class is a specialized editor tool used for managing navigation mesh links within the s&box environment. It extends the Editor.EditorTool<T> class, providing functionality to handle the enabling, updating, disabling, and selection changes of navigation mesh links.

Members

Instance Methods

Member Name Summary
OnEnabled Called when the tool is enabled. Initializes any necessary resources or states.
OnUpdate Called every frame while the tool is active. Used for updating the tool's logic.
OnDisabled Called when the tool is disabled. Cleans up resources or states initialized in OnEnabled.
OnSelectionChanged Called when the selection changes. Updates the tool's state based on the new selection.