Version: 2021.1
言語: 日本語
public int requestedMipmapLevel ;

説明

The mipmap level to load.

Normally, the mipmap streaming system selects which mipmap to load based on the position of all Cameras. Setting this field forces a specific mipmap to be loaded and overrides the mipmap streaming system. The mipmap level can still be modified by budgeting memory. Use the streamingMipmapsPriority property to increase the chance of a particular Texture mipmap level being selected by the mipmap streaming system. The requested level is uneffected by minimumMipmapLevel

See Also: ClearRequestedMipmapLevel, minimumMipmapLevel.