Click or drag to resize

EditorSpatialGizmoAddCollisionSegments Method

Adds the specified segments to the gizmo's collision shape for picking. Call this function during Redraw.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void AddCollisionSegments(
	Vector3[] segments
)

Parameters

segments
Type: GodotVector3

[Missing <param name="segments"/> documentation for "M:Godot.EditorSpatialGizmo.AddCollisionSegments(Godot.Vector3[])"]

See Also