VertexData.getAttributeType

Returns the type of the attribute at the provided index, or null if none can be found.

@param index The index to lookup @return The type of the attribute, or null if none can be found

  1. DataType getAttributeType(string name)
  2. DataType getAttributeType(uint index)
    class VertexData
    getAttributeType
    (
    uint index
    )

Meta