{{newin|[[11.0]]|110|type=function}}
Removes a previously [[Mesh:attachAttribute|attached]] vertex attribute from this Mesh.
== Function ==
=== Synopsis ===
<source lang="lua">
success = Mesh:detachAttribute( name )
</source>
=== Arguments ===
{{param|string|name|The name of the attached vertex attribute to detach.}}
=== Returns ===
{{param|boolean|success|Whether the attribute was successfully detached.}}

== See Also ==
* [[parent::Mesh]]
* [[Mesh:attachAttribute]]
[[Category:Functions]]
{{#set:Description=Removes a previously [[Mesh:attachAttribute|attached]] vertex attribute from this Mesh.}}
== Other Languages ==
{{i18n|Mesh:detachAttribute}}