SceneManagerFrameRate Property |
Gets the
FrameRate class,
which can be used to keep track of how fast
Scenes
are being rendered.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static FrameRate FrameRate { get; }
Public Shared ReadOnly Property FrameRate As FrameRate
Get
public:
static property FrameRate^ FrameRate {
FrameRate^ get ();
}
static member FrameRate : FrameRate with get
Property Value
Type:
FrameRateSee Also