Click or drag to resize

VisualServerArrayType Enumeration

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

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

Array is a vertex array.

Normal1

Array is a normal array.

Tangent2

Array is a tangent array.

Color3

Array is a color array.

TexUv4

Array is an UV coordinates array.

TexUv25

Array is an UV coordinates array for the second UV coordinates.

Bones6

Array contains bone information.

Weights7

Array is weight information.

Index8

Array is index array.

Max9

Represents the size of the VisualServerArrayType enum.

See Also