Click or drag to resize

MultiMeshTransformFormatEnum Enumeration

[Missing <summary> documentation for "T:Godot.MultiMesh.TransformFormatEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum TransformFormatEnum
Members
  Member nameValueDescription
Transform2d0

Use this when using 2D transforms.

Transform3d1

Use this when using 3D transforms.

See Also