SUIMask
class SUIMask
They are used to show or hide certain parts of a SUIImage.
See the SUIMask component topic to learn more about SUIMask.
public class SUIMask extends Component
— Constructors (1) —
Constructor | Description |
---|---|
SUIMask() | Creates a new SUIMask. |
— Methods (2) —
Name | Description |
---|---|
[Texture] getImage() | Returns the current texture of the SUIMask. |
void setImage([Texture] texture) | Sets the current texture of the SUIMask to be "texture" argument. |