IHVImageFormatImporter.streamingMipmaps

public bool streamingMipmaps;

Description

Enable mipmap streaming for this texture.

When mipmap streaming is enabled, Unity will automatically load only the mipmap levels needed to render the Scene based on the current camera positions. Mipmap streaming must be enabled in order to use the Texture2D mipmap streaming API.

See Also: QualitySettings.streamingMipmapsFeatureEnabled.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答