VertexData.getAttribute

Returns the {@link VertexAttribute} at the desired index, or null if none is associated to the index.

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

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

Meta