using UnityEngine; namespace UnityEngine.XR.ARFoundation.InternalUtils { /// /// A property attribute to hide a value in the Inspector, similar to , /// but the property will be shown in the debug mode of the Inspector. /// class ShowInDebugInspectorOnlyAttribute : PropertyAttribute { } }