#if UNITY_EDITOR namespace UnityEngine.Rendering { public interface IStripper { /// /// Returns if the stripper is active /// bool active { get; } } } #endif