Click or drag to resize

VisualServerImmediateTangent Method

Sets the tangent to be used with next vertex. Equivalent to SetTangent(Plane).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ImmediateTangent(
	RID immediate,
	Plane tangent
)

Parameters

immediate
Type: GodotRID

[Missing <param name="immediate"/> documentation for "M:Godot.VisualServer.ImmediateTangent(Godot.RID,Godot.Plane)"]

tangent
Type: GodotPlane

[Missing <param name="tangent"/> documentation for "M:Godot.VisualServer.ImmediateTangent(Godot.RID,Godot.Plane)"]

See Also