Click or drag to resize

SurfaceToolCreateFrom Method

Creates a vertex array from an existing Mesh.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void CreateFrom(
	Mesh existing,
	int surface
)

Parameters

existing
Type: GodotMesh

[Missing <param name="existing"/> documentation for "M:Godot.SurfaceTool.CreateFrom(Godot.Mesh,System.Int32)"]

surface
Type: SystemInt32

[Missing <param name="surface"/> documentation for "M:Godot.SurfaceTool.CreateFrom(Godot.Mesh,System.Int32)"]

See Also