new Smoothed()
The Smoothed component allows a Game Object to control anti-aliasing of an image based texture.
- Source - gameobjects/components/Smoothed.js, line 12
Members
-
smoothed :boolean
-
Enable or disable texture smoothing for this Game Object.
It only takes effect if the Game Object is using an image based texture.
Smoothing is enabled by default.
- Source - gameobjects/components/Smoothed.js, line 25