Class Interval NamespaceGamelogic.Grids2 AssemblyGamelogic.Grids2.dll Represents an interval. This is the 1D analog of U:Rect and U:Bounds. [Serializable] public class Interval Inheritance object Interval Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors Interval(float, float) Fields Dimensions Left Properties Right Methods Contains(float) Intersection(Interval, Interval) Translate(Interval, float) UnionBoundingBox(Interval, Interval)