Skip to content

Format

typescript
Texture.ReleaseMipmaps()

class: Texture

Description

Release mipmap.

Parameters

param_nametypedescription

Return

typedescription
void

Code Example

typescript
let texture = Resources.Load<Texture>(Texture, "textureId");
texture.ReleaseMipmaps();