{{newin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数}}
Removes a previously [[Mesh:attachAttribute|attached]] vertex attribute from this Mesh.
== 関数 ==
=== 概要 ===
<source lang="lua">
success = Mesh:detachAttribute( name )
</source>
=== 引数 ===
{{param (日本語)|string|name|The name of the attached vertex attribute to detach.}}
=== 返値 ===
{{param (日本語)|boolean|success|Whether the attribute was successfully detached.}}

== 関連 ==
* [[parent::Mesh (日本語)]]
* [[Mesh:attachAttribute (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Removes a previously [[Mesh:attachAttribute|attached]] vertex attribute from this Mesh.}}
== そのほかの言語 ==
{{i18n (日本語)|Mesh:detachAttribute}}