Click or drag to resize

VisualServerMultimeshGetVisibleInstances Method

Returns the number of visible instances for this multimesh.

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

Parameters

multimesh
Type: GodotRID

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

Return Value

Type: Int32

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

See Also