TerrainPainter.tp_Heights.RemoveAt C# (CSharp) Method

RemoveAt() public method

List.RemoveAt
public RemoveAt ( int v ) : void
v int
return void
        public void RemoveAt(int v)
        {
            m_heights.RemoveAt(v);
        }
        /// <summary>