GameFramework.AiPathData.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
        public void Clear()
        {
            m_PathPoints.Clear();
              m_Path = null;
              m_PathStart = 0;
              m_PathLength = 0;
        }