Click or drag to resize

VisualServerMultimeshGetInstanceCount Method

Returns the number of instances allocated for this multimesh.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int MultimeshGetInstanceCount(
	RID multimesh
)

Parameters

multimesh
Type: GodotRID

[Missing <param name="multimesh"/> documentation for "M:Godot.VisualServer.MultimeshGetInstanceCount(Godot.RID)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.VisualServer.MultimeshGetInstanceCount(Godot.RID)"]

See Also