EditorSpatialGizmoAddHandles Method |
Adds a list of handles (points) which can be used to deform the object being edited.
There are virtual functions which will be called upon editing of these handles. Call this function during Redraw.
Namespace: Godot
public void AddHandles( Vector3[] handles, Material material, bool billboard = false, bool secondary = false )
[Missing <param name="handles"/> documentation for "M:Godot.EditorSpatialGizmo.AddHandles(Godot.Vector3[],Godot.Material,System.Boolean,System.Boolean)"]
[Missing <param name="material"/> documentation for "M:Godot.EditorSpatialGizmo.AddHandles(Godot.Vector3[],Godot.Material,System.Boolean,System.Boolean)"]
[Missing <param name="billboard"/> documentation for "M:Godot.EditorSpatialGizmo.AddHandles(Godot.Vector3[],Godot.Material,System.Boolean,System.Boolean)"]
[Missing <param name="secondary"/> documentation for "M:Godot.EditorSpatialGizmo.AddHandles(Godot.Vector3[],Godot.Material,System.Boolean,System.Boolean)"]