Scratch for Java

Text::setIsUI()

Sets the UI status of this object.

Syntax

Java

.setIsUI(isUI)

Parameters

Name Data Type Description
isUI boolean a boolean indicating whether this object is part of the UI

Return

void

setIsUI()