Click or drag to resize

MeshDataToolSetFaceMeta Method

Sets the metadata of the given face.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetFaceMeta(
	int idx,
	Object meta
)

Parameters

idx
Type: SystemInt32

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

meta
Type: SystemObject

[Missing <param name="meta"/> documentation for "M:Godot.MeshDataTool.SetFaceMeta(System.Int32,System.Object)"]

See Also