Version: 2022.2
언어: 한국어

Texture2D.requestedMipmapLevel

매뉴얼로 전환
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.