VertexData.hasAttribute

Returns true if an attribute has the provided name.

@param name The name to lookup @return Whether or not an attribute possesses the name

  1. bool hasAttribute(string name)
    class VertexData
    bool
    hasAttribute
    (
    string name
    )
  2. bool hasAttribute(uint index)

Meta