Click or drag to resize

VisualServerMultimeshCustomDataFormat Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.MultimeshCustomDataFormat"]

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

MultiMesh does not use custom data.

Data8bit1

MultiMesh custom data uses 8 bits per component. This packs the 4-component custom data into a single float.

Float2

MultiMesh custom data uses a float per component.

See Also