Click or drag to resize

MeshTextureMesh Property

Sets the mesh used to draw. It must be a mesh using 2D vertices.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Mesh Mesh { get; set; }

Property Value

Type: Mesh
See Also