示例#1
0
 /// <summary>
 /// Initializes the AstarData class.
 /// Searches for graph types, calls Awake on <see cref="data"/> and on all graphs
 ///
 /// See: AstarData.FindGraphTypes
 /// </summary>
 void InitializeAstarData()
 {
     data.FindGraphTypes();
     data.Awake();
     data.UpdateShortcuts();
 }