Click or drag to resize

VisualServerImmediateNormal Method

Sets the normal to be used with next vertex. Equivalent to SetNormal(Vector3).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ImmediateNormal(
	RID immediate,
	Vector3 normal
)

Parameters

immediate
Type: GodotRID

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

normal
Type: GodotVector3

[Missing <param name="normal"/> documentation for "M:Godot.VisualServer.ImmediateNormal(Godot.RID,Godot.Vector3)"]

See Also