Click or drag to resize

VisualServerMultimeshInstanceGetTransform2d Method

Returns the Transform2D of the specified instance. For use when the multimesh is set to use 2D transforms.

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

Parameters

multimesh
Type: GodotRID

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

index
Type: SystemInt32

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

Return Value

Type: Transform2D

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

See Also