CSL_Traffic.ExtendedPathFindFacade.Awake C# (CSharp) Method

Awake() protected method

protected Awake ( ) : void
return void
		protected void Awake()
        {
            this.m_pathfindProfiler = new ThreadProfiler();

            m_innerPathFind.OnAwake();

            typeof(PathFind)
                .GetFieldByName("m_pathFindThread")
                .SetValue(this, m_innerPathFind.PathFindThread);
		}