Difference between revisions of "Mesh:detachAttribute"
(Created page) |
m (0.11.0 -> 11.0) |
||
Line 1: | Line 1: | ||
− | {{newin|[[ | + | {{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
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