Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#

SparseTexture.UnloadTile

public void UnloadTile(int tileX, int tileY, int miplevel);

Parameters

tileXTile X coordinate.
tileYTile Y coordinate.
miplevelMipmap level of the texture.

Description

Unload sparse texture tile.

This function removes a tile at (tileX,tileY) coordinates from memory. If a tile is not present, then this function does nothing.

See Also: UpdateTile.

Did you find this page useful? Please give it a rating: