Click or drag to resize

MeshInstanceGetMesh Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MeshInstance.GetMesh"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetMesh is deprecated. Use the Mesh property instead.")]
public Mesh GetMesh()

Return Value

Type: Mesh

[Missing <returns> documentation for "M:Godot.MeshInstance.GetMesh"]

See Also