Click or drag to resize

VisualServerMultimeshInstanceGetColor Method

Returns the color by which the specified instance will be modulated.

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

Parameters

multimesh
Type: GodotRID

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

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.VisualServer.MultimeshInstanceGetColor(Godot.RID,System.Int32)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.VisualServer.MultimeshInstanceGetColor(Godot.RID,System.Int32)"]

See Also