Difference between revisions of "Mesh:detachAttribute"

(Created page)
 
m (0.11.0 -> 11.0)
 
Line 1: Line 1:
{{newin|[[0.11.0]]|110|type=function}}
+
{{newin|[[11.0]]|110|type=function}}
 
Removes a previously [[Mesh:attachAttribute|attached]] vertex attribute from this Mesh.
 
Removes a previously [[Mesh:attachAttribute|attached]] vertex attribute from this Mesh.
 
== Function ==
 
== Function ==

Latest revision as of 18:18, 7 May 2019

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