setVisibility()
Set how visible the object is.
slider.setVisibility(visibility)
Parameters
slider.setVisibility(visibility)
| Parameter | Type | Default | Description |
|---|---|---|---|
visibility |
int |
required | How visible to make the object, from 0 (invisible) to 100 (fully visible). Values outside this range are clamped. |