scaleMode : number The scale mode to apply when scaling this texture Default
[readonly] hasLoaded : boolean [read-only] Set to true once the base texture has loaded
unloadFromGPU() Removes the base texture from the GPU, useful for managing resources on the GPU.Atexture is still 100% usable
resolution : number The Resolution of the texture. Source code:
new BaseTexture(source, scaleMode) A texture stores the information that represents an image. All textures have a base texture.
forceLoaded(width, height) Forces this BaseTexture to be set as loaded, with the given width and height.Then calls BaseTexture
Page 2 of 2