OurSonic.Level.HeightMap.HeightMap C# (CSharp) Method

HeightMap() public method

public HeightMap ( bool full ) : System
full bool
return System
        public HeightMap(bool full)
        {
            Full = full;
        }

Same methods

HeightMap::HeightMap ( int heightMap, int i ) : System