Category5.MegaTileLOD.MegaTileLOD C# (CSharp) Method

MegaTileLOD() public method

public MegaTileLOD ( int low, float current, int high ) : System
low int
current float
high int
return System
        public MegaTileLOD(int low, float current, int high)
        {
            this.low = low;
            this.current = current;
            this.high = high;
        }