Click or drag to resize

VisualServerMultimeshInstanceGetCustomData Method

Returns the custom data associated with the specified instance.

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

Parameters

multimesh
Type: GodotRID

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

index
Type: SystemInt32

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

Return Value

Type: Color

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

See Also