Gets and sets if the value defined by minimumFramesPerSecond will be considered when processing graphics. This is the equivalent of the "Dynamic" check box in Preferences dialog. Setting this property is only valid when the graphics preset is set to "custom" and will fail if it is set to "quality" or "performance". The graphics preset can be determined by using the graphicsPreset property, as shown below.
Application.preferences.graphicsPreferences.graphicsPreset
"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.
|
"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.
|