Class StatsComponent
Displays metrics, for example the Frames per Second and Updates per Second.
Inheritance
System.Object
StatsComponent
Implements
System.IDisposable
Inherited Members
Namespace: Aximo.Engine.Components.Geometry
Assembly: AxEngine.dll
Syntax
public class StatsComponent : UIComponent, IDisposable
Constructors
| Improve this Doc View SourceStatsComponent()
Declaration
public StatsComponent()
StatsComponent(Vector2i)
Declaration
public StatsComponent(Vector2i size)
Parameters
Type | Name | Description |
---|---|---|
OpenToolkit.Mathematics.Vector2i | size |
Methods
| Improve this Doc View SourceUpdateFrame()
Declaration
public override void UpdateFrame()
Overrides
Implements
System.IDisposable