ClearMinimumMipmapLevel
7/14/25Less than 1 minute
Texture2D.ClearMinimumMipmapLevel()
Resets the minimumMipmapLevel field.
Usage
---@type Texture2D
local texture2d;
texture2d.ClearMinimumMipmapLevel()
Extra Detail
Resetting the minimumMipmapLevel allows the mipmap streaming system to select mips without a per Texture lower limit restriction.