FpsConfig Class
Definition
Section titled “Definition”public class FpsConfig : IConfiguratorInheritance object
Implements IConfigurator
Constructors
Section titled “Constructors”FpsConfig()
Section titled “FpsConfig()”public FpsConfig()Properties
Section titled “Properties”UnlimitedFPS
Section titled “UnlimitedFPS”public bool UnlimitedFPS { get; set; }ShowFPSVisual
Section titled “ShowFPSVisual”public bool ShowFPSVisual { get; set; }Methods
Section titled “Methods”Run(BuilderBase, GameHost)
Section titled “Run(BuilderBase, GameHost)”Called by the Builder; Runs the specific config for this object.
public void Run(BuilderBase configBuilder, GameHost game)Parameters
Section titled “Parameters”configBuilder BuilderBase
game GameHost
The game object being created.