EditorSpatialGizmoAddLines Method |
Adds lines to the gizmo (as sets of 2 points), with a given material. The lines are used for visualizing the gizmo. Call this function during Redraw.
Namespace: Godot
public void AddLines( Vector3[] lines, Material material, bool billboard = false, Color? modulate = null )
[Missing <param name="lines"/> documentation for "M:Godot.EditorSpatialGizmo.AddLines(Godot.Vector3[],Godot.Material,System.Boolean,System.Nullable{Godot.Color})"]
[Missing <param name="material"/> documentation for "M:Godot.EditorSpatialGizmo.AddLines(Godot.Vector3[],Godot.Material,System.Boolean,System.Nullable{Godot.Color})"]
[Missing <param name="billboard"/> documentation for "M:Godot.EditorSpatialGizmo.AddLines(Godot.Vector3[],Godot.Material,System.Boolean,System.Nullable{Godot.Color})"]