Click or drag to resize

VisualServerMultimeshInstanceSetColor Method

Sets the color by which this instance will be modulated. Equivalent to SetInstanceColor(Int32, Color).

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

Parameters

multimesh
Type: GodotRID

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

index
Type: SystemInt32

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

color
Type: GodotColor

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

See Also