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 NameSummary
OnEnabledCalled when the tool is enabled. Initializes necessary components or states.
OnUpdateCalled every frame to update the tool's state or perform actions.
OnDisabledCalled when the tool is disabled. Cleans up resources or states.
OnSelectionChangedCalled when the selection changes, allowing the tool to respond to new selections.