Category5.MegaTileLOD.MegaTileLOD C# (CSharp) Méthode

MegaTileLOD() public méthode

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