Enum VisualServerSingleton.ArrayType

enum ArrayType : int { ... }

Enum members

NameDescription
arrayBones Array contains bone information.
arrayColor Array is a color array.
arrayIndex Array is index array.
arrayMax Represents the size of the arraytype enum.
arrayNormal Array is a normal array.
arrayTangent Array is a tangent array.
arrayTexUv Array is an UV coordinates array.
arrayTexUv2 Array is an UV coordinates array for the second UV coordinates.
arrayVertex Array is a vertex array.
arrayWeights Array is weight information.