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(Builder, GameHost)
Called by the Builder; Runs the specific config for this object.
Declaration
public void Run(Builder configBuilder, GameHost game)
Parameters
Type |
Name |
Description |
Builder |
configBuilder |
|
GameHost |
game |
The game object being created.
|
Implements