Drought.World.HeightMap.HeightMap C# (CSharp) Method

HeightMap() public method

public HeightMap ( Level theLevel ) : System
theLevel Level
return System
        public HeightMap(Level theLevel)
        {
            level = theLevel;

            initalise();
        }

Same methods

HeightMap::HeightMap ( int width, int height ) : System