VertexData.getAttribute

Returns the {@link VertexAttribute} associated to the name, or null if none can be found.

@param name The name to lookup @return The attribute, or null if none is associated to the index.

  1. VertexAttribute getAttribute(string name)
    class VertexData
    getAttribute
    (
    string name
    )
  2. VertexAttribute getAttribute(uint index)

Meta