VertexData.removeAttribute

Removes the attribute at the provided index. If no attribute is found, nothing will be removed.

@param index The index of the attribute to remove

  1. void removeAttribute(string name)
  2. void removeAttribute(uint index)
    class VertexData
    void
    removeAttribute
    (
    uint index
    )

Meta