Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

MipmapLimitDescriptor

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Determines whether a texture uses a mipmap limit, and which mipmap limit the texture uses, when you create the texture using a constructor.

Properties

groupNameThe TextureMipmapLimitGroup to use the mipmap limit of.
useMipmapLimitEnables or disables the texture using a mipmap limit.

Constructors

MipmapLimitDescriptorCreates a new MipmapLimitDescriptor.