ShaderParamDefOptions.SetSoftLimit operator

Introduced

v9.0 (2011)

Categories

ICE Shaders

Description

Sets the suggested minimum and maximum values for this parameter definition. This defines the value range that is displayed in the property page when instantiated (Parameter.SuggestedMin and Parameter.SuggestedMax).

Scripting Syntax

ShaderParamDefOptions.SetSoftLimit( in_vMin, in_vMax );

Parameters

Parameter Type Description
in_vMin Variant Minimum suggested value.
in_vMax Variant Maximum suggested value.

See Also

ShaderParamDefOptions.SetHardLimit Parameter.SuggestedMin Parameter.SuggestedMax