Version: 5.4
public bool generateMips ;

설명

Should mipmap levels be generated automatically?

When a render texture is with mipmaps (useMipMap), then by default rendering into it generates all the mipmap levels.

If you want to render into mip levels manually, set this variable to false.

See Also: useMipMap.