Click or drag to resize

ImmediateGeometrySetTangent Method

The next vertex's tangent (and binormal facing).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetTangent(
	Plane tangent
)

Parameters

tangent
Type: GodotPlane

[Missing <param name="tangent"/> documentation for "M:Godot.ImmediateGeometry.SetTangent(Godot.Plane)"]

See Also