Click or drag to resize

MultiMeshGetInstanceCustomData Method

Returns the custom data that has been set for a specific instance.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Color GetInstanceCustomData(
	int instance
)

Parameters

instance
Type: SystemInt32

[Missing <param name="instance"/> documentation for "M:Godot.MultiMesh.GetInstanceCustomData(System.Int32)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.MultiMesh.GetInstanceCustomData(System.Int32)"]

See Also