Пример #1
0
 public BasicTimer(MBCommon.TimeType timeType)
 {
     this._timeType  = timeType;
     this._startTime = MBCommon.GetTime(timeType);
 }
Пример #2
0
 public float GetTime(MBCommon.TimeType timeType) => ScriptingInterfaceOfIMBWorld.call_GetTimeDelegate(timeType);
 public static float GetTime(this MBCommon.TimeType timeType) => MBCommon.GetTime(timeType);