Class FpsConfig
Assembly: SadConsole.Host.MonoGame.dll
Syntax
public class FpsConfig : IConfigurator
Constructors
FpsConfig()
Declaration
Properties
ShowFPSVisual
Declaration
public bool ShowFPSVisual { get; set; }
Property Value
UnlimitedFPS
Declaration
public bool UnlimitedFPS { get; set; }
Property Value
Methods
Run(BuilderBase, GameHost)
Called by the Builder; Runs the specific config for this object.
Declaration
public void Run(BuilderBase configBuilder, GameHost game)
Parameters
Implements
Extension Methods