Skip to main content

Player::alpha

This property using for setting or getting player alpha.

Example

```js let alpha = player.alpha; player.alpha = 0; // make the player transparent ```

See Also