VertexData.removeAttribute

Removes the attribute associated to the provided name. If no attribute is found, nothing will be removed.

@param name The name of the attribute to remove

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

Meta