Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SparseTexture.UnloadTile

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

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.

See Also: UpdateTile.