namespace FSO.Common.Rendering.Framework.IO { /// /// Represents an object that has depth /// public interface IDepthProvider { float Depth { get; } } }