CSL_Traffic.ExtendedPathFindFacade.Awake C# (CSharp) 메소드

Awake() 보호된 메소드

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

            m_innerPathFind.OnAwake();

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