using System; namespace UnityEngine.Rendering.HighDefinition { /// /// Decal debug settings. /// [Serializable] public class DecalsDebugSettings { /// Display the decal atlas. public bool displayAtlas = false; /// Displayed decal atlas mip level. public UInt32 mipLevel = 0; } }