EditorSpatialGizmoPlugin.GDNativeClassBinding

Undocumented in source.
struct EditorSpatialGizmoPlugin
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

addMaterial
GodotMethod!(void, String, SpatialMaterial) addMaterial;
Undocumented in source.
canBeHidden
GodotMethod!(bool) canBeHidden;
Undocumented in source.
commitHandle
GodotMethod!(void, EditorSpatialGizmo, long, Variant, bool) commitHandle;
Undocumented in source.
createGizmo
GodotMethod!(EditorSpatialGizmo, Spatial) createGizmo;
Undocumented in source.
createHandleMaterial
GodotMethod!(void, String, bool) createHandleMaterial;
Undocumented in source.
createIconMaterial
GodotMethod!(void, String, Texture, bool, Color) createIconMaterial;
Undocumented in source.
createMaterial
GodotMethod!(void, String, Color, bool, bool, bool) createMaterial;
Undocumented in source.
getHandleName
GodotMethod!(String, EditorSpatialGizmo, long) getHandleName;
Undocumented in source.
getHandleValue
GodotMethod!(Variant, EditorSpatialGizmo, long) getHandleValue;
Undocumented in source.
getMaterial
GodotMethod!(SpatialMaterial, String, EditorSpatialGizmo) getMaterial;
Undocumented in source.
getName
GodotMethod!(String) getName;
Undocumented in source.
getPriority
GodotMethod!(long) getPriority;
Undocumented in source.
hasGizmo
GodotMethod!(bool, Spatial) hasGizmo;
Undocumented in source.
isHandleHighlighted
GodotMethod!(bool, EditorSpatialGizmo, long) isHandleHighlighted;
Undocumented in source.
isSelectableWhenHidden
GodotMethod!(bool) isSelectableWhenHidden;
Undocumented in source.
redraw
GodotMethod!(void, EditorSpatialGizmo) redraw;
Undocumented in source.
setHandle
GodotMethod!(void, EditorSpatialGizmo, long, Camera, Vector2) setHandle;
Undocumented in source.

Meta