Reign.Core.Time.Time C# (CSharp) Метод

Time() публичный Метод

public Time ( int fps ) : System.Runtime.InteropServices
fps int
Результат System.Runtime.InteropServices
        public Time(int fps)
        {
            this.fps = fps;
            FPS = fps;
            #if !ANDROID && !NaCl && !SILVERLIGHT
            stopWatch = new Stopwatch();
            #endif
        }