Nocturna
Preparing search index...
HUD/EditorHUD
IHUDEditorListener
Interface IHUDEditorListener
IHUDEditorListener defines callbacks for HUD actions (mode switching, selection, etc.).
interface
IHUDEditorListener
{
onCancelSelection
()
:
void
;
onCloneSelection
()
:
void
;
onNextMode
()
:
void
;
onPreviousMode
()
:
void
;
onRemoveSelection
()
:
void
;
}
Implemented by
EditorScene
Index
Methods
on
Cancel
Selection
on
Clone
Selection
on
Next
Mode
on
Previous
Mode
on
Remove
Selection
Methods
on
Cancel
Selection
onCancelSelection
()
:
void
Returns
void
on
Clone
Selection
onCloneSelection
()
:
void
Returns
void
on
Next
Mode
onNextMode
()
:
void
Returns
void
on
Previous
Mode
onPreviousMode
()
:
void
Returns
void
on
Remove
Selection
onRemoveSelection
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Cancel
Selection
on
Clone
Selection
on
Next
Mode
on
Previous
Mode
on
Remove
Selection
Nocturna
Loading...
IHUDEditorListener defines callbacks for HUD actions (mode switching, selection, etc.).