Texture2D.Filter
枚举
模块: cc
The texture filter mode
索引
LINEAR
NEAREST
Details
LINEAR
The constant variable equals gl.LINEAR for texture
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/assets/CCTexture2D.js:225 |
NEAREST
The constant variable equals gl.NEAREST for texture
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/assets/CCTexture2D.js:232 |