Click or drag to resize

MeshDataToolSetVertexNormal Method

Sets the normal of the given vertex.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetVertexNormal(
	int idx,
	Vector3 normal
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.MeshDataTool.SetVertexNormal(System.Int32,Godot.Vector3)"]

normal
Type: GodotVector3

[Missing <param name="normal"/> documentation for "M:Godot.MeshDataTool.SetVertexNormal(System.Int32,Godot.Vector3)"]

See Also