FarseerPhysics.Samples.ScreenSystem.FrameRateCounter.LoadContent C# (CSharp) Method

LoadContent() public method

public LoadContent ( ) : void
return void
        public void LoadContent()
        {
            _font = ContentWrapper.GetFont("DetailsFont");
        }