Scratch for Java

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

isUI()