The active navigation data.
The active navigation mesh.
The path to be visualized, in order start to end. Should contain at least one element.
ReadonlyvolumeThe current volume.
Determines the active state of the gizmo. If disabled, the gizmo will not render or receive input.
AbstractdrawVirtualCalled every frame after postInput. Allows interactive gizmo graphics to be drawn. This is the only method that draw methods may be called
Draws all child slider gizmos registered to this gizmo.
AbstractpostVirtualCalled every frame after interactive gizmo input is processed. Active interactive gizmos will now contain values and signals if and how much they were dragged.
AbstractpreVirtualCalled every frame before interactive gizmo input is processed. Allows interactive gizmo transforms to be updated before input.
The NavigationVolumeInteractiveGizmo draws the navigation mesh and handles for the selected NavigationVolume.