VertexData.hasAttribute

Returns true in an attribute can be found at the provided index.

@param index The index to lookup @return Whether or not an attribute is at the index

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

Meta