Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
custom
Pass the InputEvent
to other editor plugins except the main Node3D
one. This can be used to prevent node selection changes and work with sub-gizmos instead.
case custom
Other cases
case pass
Forwards the
InputEvent
to other EditorPlugins.case stop
Prevents the
InputEvent
from reaching other Editor classes.