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

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Mesh:detachAttribute