Interface IFps
Provides current per-second rates for update and draw/render iteration loops
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public interface IFps
Properties
DrawFPS
Gets current DRAW/RENDER iteration per-second rate (sampled over configured time period)
Declaration
float DrawFPS { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
UpdateFPS
Gets current UPDATE iteration per-second rate (sampled over configured time period)
Declaration
float UpdateFPS { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |