Click or drag to resize

ArrayMeshArrayFormat Enumeration

[Missing <summary> documentation for "T:Godot.ArrayMesh.ArrayFormat"]

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

Array format will include vertices (mandatory).

Normal2

Array format will include normals.

Tangent4

Array format will include tangents.

Color8

Array format will include a color array.

TexUv16

Array format will include UVs.

TexUv232

Array format will include another set of UVs.

Bones64

Array format will include bone indices.

Weights128

Array format will include bone weights.

Index256

Index array will be used.

See Also