Click or drag to resize

VisualServerMultimeshInstanceGetTransform Method

Returns the Transform of the specified instance.

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

Parameters

multimesh
Type: GodotRID

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

index
Type: SystemInt32

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

Return Value

Type: Transform

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

See Also