Class SetShowFPSCounterCommandSettings
Requests that backend shows the FPS counter
public sealed class SetShowFPSCounterCommandSettings : ICommand
- Inheritance
-
SetShowFPSCounterCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Show
True for showing the FPS counter
[JsonPropertyName("show")]
public bool Show { get; set; }