Sprite::setUI()
Sets the UI status of the sprite.
Syntax
Java
.setUI(isUI)
Parameters
| Name | Data Type | Description |
|---|---|---|
| isUI | boolean | A boolean value indicating whether the sprite is part of the UI. |
Return
void
Sets the UI status of the sprite.
.setUI(isUI)
| Name | Data Type | Description |
|---|---|---|
| isUI | boolean | A boolean value indicating whether the sprite is part of the UI. |
void