The rate at which animation frames will occur.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax Public Enumeration RefreshRate
public enum class RefreshRate
Members
| Member name | Description |
---|
| Fastest |
The animation will occur as fast as possible. The maximum frame rate is the refresh
rate of the display or is the maximum that video card is capable of if the video card's
vertical sync is off.
|
| TargetedFramesPerSecond |
The animation will target a specified frame rate.
|
See Also