Example #1
0
 public void ProcessUnit(uint unitId, PathUnitHandler handler)
 {
     ProcessUnit(
         unitId,
         ref Singleton <PathManager> .instance.m_pathUnits.m_buffer[unitId],
         handler);
 }
Example #2
0
 public void ProcessUnit(uint unitId, ref PathUnit unit, PathUnitHandler handler)
 {
     handler(unitId, ref unit);
 }