ShaderParamDefOptions.SetSoftLimit
 
 
 

ShaderParamDefOptions.SetSoftLimit operator

Introduced

v9.0 (2011)

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).

C# Syntax

ShaderParamDefOptions.SetSoftLimit( Object in_vMin, Object in_vMax );

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