name property
read / write
The name of the image acts as a tag when acquiring a reference to it.
myTexture.name = "new_texture_name";
Implementation
String name
The name of the image acts as a tag when acquiring a reference to it.
myTexture.name = "new_texture_name";
String name