VertexData.getAttributeType

Returns the type of the attribute associated to the provided name, or null if none can be found.

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

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

Meta