Ejemplo n.º 1
0
 private void PrintIntervalLog(Log.PeriodLog.StringProcessDelegate del)
 {
     Log.gpl.d(LOG_TAG, () => gameObject.name + ", " + del(), true);
 }
Ejemplo n.º 2
0
 private void PrintIntervalLog(Log.PeriodLog.StringProcessDelegate del)
 {
     Log.gpl.d(LOG_TAG, del, true);
 }