Sprite::isUI()
Sets the UI status of the sprite.
Syntax
Java
.isUI(isUI)
.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.
.isUI(isUI)
.isUI()
| Name | Data Type | Description |
|---|---|---|
| isUI | boolean | A boolean value indicating whether the sprite is part of the UI. |
void