Enum VisualServerSingleton.MultimeshCustomDataFormat

enum MultimeshCustomDataFormat : int { ... }

Enum members

NameDescription
multimeshCustomData8bit MultiMesh custom data uses 8 bits per component. This packs the 4-component custom data into a single float.
multimeshCustomDataFloat MultiMesh custom data uses a float per component.
multimeshCustomDataNone MultiMesh does not use custom data.