mipmap : boolean
Set this to true if a mipmap of this texture needs to be generated. This value needs to be set before the texture is used
Also the texture must be a power of two size to work
- Source code: pixi/textures/BaseTexture.js (Line 86)
mipmap : boolean
Set this to true if a mipmap of this texture needs to be generated. This value needs to be set before the texture is used
Also the texture must be a power of two size to work
Please login to continue.