TerrainPainter.tp_Heights.Add C# (CSharp) Method

Add() public method

Add an item to end of the list
public Add ( tp_Height h ) : void
h tp_Height
return void
        public void Add(tp_Height h)
        {
            m_heights.Add(h);
        }