Esempio n. 1
0
 protected override float GetFixedDeltaTime()
 {
     return(Chronos.GetChannel(channel).FixedDeltaTime);
 }
Esempio n. 2
0
 protected override float GetTime()
 {
     return(Chronos.GetChannel(channel).Time);
 }