Click or drag to resize

MeshArrayType Enumeration

[Missing <summary> documentation for "T:Godot.Mesh.ArrayType"]

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

Array of vertices.

Normal1

Array of normals.

Tangent2

Array of tangents as an array of floats, 4 floats per tangent.

Color3

Array of colors.

TexUv4

Array of UV coordinates.

TexUv25

Array of second set of UV coordinates.

Bones6

Array of bone data.

Weights7

Array of weights.

Index8

Array of indices.

Max9

Represents the size of the MeshArrayType enum.

See Also