Click or drag to resize

ImmediateGeometrySetNormal Method

The next vertex's normal.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetNormal(
	Vector3 normal
)

Parameters

normal
Type: GodotVector3

[Missing <param name="normal"/> documentation for "M:Godot.ImmediateGeometry.SetNormal(Godot.Vector3)"]

See Also