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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info