Version: 2022.3
언어: 한국어
public void UnloadTile (int tileX, int tileY, int miplevel);

파라미터

tileX Tile X coordinate.
tileY Tile Y coordinate.
miplevel Mipmap level of the texture.

설명

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.