SparseTexture.UnloadTile

Declaration

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

Parameters

tileX Tile X coordinate.
tileY Tile Y coordinate.
miplevel Mipmap 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.

Additional resources: UpdateTile.


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