SceneSettings.isDepthOfFieldEnabled Property
Parent Object:
SceneSettingsDefined in namespace "adsk::fusion" and the header file is <Fusion/Render/SceneSettings.h>
Description
Gets and sets if the depth of field option is enabled. When setting this to true, use the centerOfFocus and depthOfFieldBlur properties to specify how the depth of field is defined.
Syntax
"sceneSettings_var" is a variable referencing a SceneSettings object.
# Get the value of the property. propertyValue = sceneSettings_var.isDepthOfFieldEnabled
# Set the value of the property. sceneSettings_var.isDepthOfFieldEnabled = propertyValue
|
"sceneSettings_var" is a variable referencing a SceneSettings object.
#include <Fusion/Render/SceneSettings.h>
// Get the value of the property. boolean propertyValue = sceneSettings_var->isDepthOfFieldEnabled();
// Set the value of the property, where value_var is a boolean. bool returnValue = sceneSettings_var->isDepthOfFieldEnabled(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version May 2023