GraphicsPreferences.isLimitEffectsDuringNavigation Property

Parent Object: GraphicsPreferences
Defined in namespace "adsk::core" and the header file is <Core/Application/GraphicsPreferences.h>

Description

Gets and sets if effects should be temporarily disabled during navigation to maintain the frame rate.

Syntax

"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.

# Get the value of the property.
propertyValue = graphicsPreferences_var.isLimitEffectsDuringNavigation

# Set the value of the property.
graphicsPreferences_var.isLimitEffectsDuringNavigation = propertyValue
"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.
#include <Core/Application/GraphicsPreferences.h>

// Get the value of the property.
boolean propertyValue = graphicsPreferences_var->isLimitEffectsDuringNavigation();

// Set the value of the property, where value_var is a boolean.
bool returnValue = graphicsPreferences_var->isLimitEffectsDuringNavigation(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version May 2022