TerrainPainter.tp_Heights.this C# (CSharp) Method

this() public method

Height
public this ( int index ) : tp_Height
index int
return tp_Height
        public tp_Height this[int index]
        {
            get { return m_heights[index]; }
            set { m_heights[index] = value; }
        }