Click or drag to resize

MultiMeshSetTransformFormat Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MultiMesh.SetTransformFormat(Godot.MultiMesh.TransformFormatEnum)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTransformFormat is deprecated. Use the TransformFormat property instead.")]
public void SetTransformFormat(
	MultiMeshTransformFormatEnum format
)

Parameters

format
Type: GodotMultiMeshTransformFormatEnum

[Missing <param name="format"/> documentation for "M:Godot.MultiMesh.SetTransformFormat(Godot.MultiMesh.TransformFormatEnum)"]

See Also