Click or drag to resize

MultiMeshSetInstanceTransform Method

Sets the Transform for a specific instance.

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

Parameters

instance
Type: SystemInt32

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

transform
Type: GodotTransform

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

See Also