Component.Smoothed

Class: Phaser.Component.Smoothed

Constructor

new Smoothed()

The Smoothed component allows a Game Object to control anti-aliasing of an image based texture.

Source code: gameobjects/components/Smoothed.js (Line 12)

Public Properties

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 code: gameobjects/components/Smoothed.js (Line 25)

© 2016 Richard Davey, Photon Storm Ltd.
Licensed under the MIT License.
http://phaser.io/docs/2.6.2/Phaser.Component.Smoothed.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部