Click or drag to resize

MultiMeshSetInstanceTransform2d Method

Sets the Transform2D for a specific instance.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetInstanceTransform2d(
	int instance,
	Transform2D transform
)

Parameters

instance
Type: SystemInt32

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

transform
Type: GodotTransform2D

[Missing <param name="transform"/> documentation for "M:Godot.MultiMesh.SetInstanceTransform2d(System.Int32,Godot.Transform2D)"]

See Also