class NavMeshLinkTool : EditorTool<T>

book_4_sparkGenerated
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 for the tool.
OnUpdateCalled every frame while the tool is active. Used to update the tool's logic or handle user input.
OnDisabledCalled when the tool is disabled. Cleans up resources or states initialized during OnEnabled.
OnSelectionChangedCalled when the selection changes. Updates the tool's state based on the new selection.