- Texture2D.Filter 枚举
- 索引
- Details
- LINEAR
- NEAREST
Texture2D.Filter 枚举
模块: cc父模块: 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:194 |
NEAREST
The constant variable equals gl.NEAREST for texture
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/assets/CCTexture2D.js:201 |