| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
FrameRate See Also
See Also