Mesh:detachAttribute

Available since LÖVE 11.0
This function is not supported in earlier versions.

Removes a previously attached vertex attribute from this Mesh.

Function

Synopsis

success = Mesh:detachAttribute( name )

Arguments

string name
The name of the attached vertex attribute to detach.

Returns

boolean success
Whether the attribute was successfully detached.

See Also

Other Languages