Struct RangeInt
Properties
min
public int min { get; }
max
public int max { get; }
interval
public int interval { get; }
Constructors
RangeInt(int min, int max)
public RangeInt(int min, int max)
RangeInt()
public RangeInt()
Methods
Contains(int value)
public bool Contains(int value)
Lerp(float t)
public int Lerp(float t)
Equals(RangeInt other)
public bool Equals(RangeInt other)
ToString()
public override string ToString()
Equals(object obj)
public override bool Equals(object obj)
GetHashCode()
public override int GetHashCode()