v9.0 (2011)
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).
ShaderParamDefOptions.SetSoftLimit( Object in_vMin, Object in_vMax ); |
ShaderParamDefOptions.SetSoftLimit( in_vMin, in_vMax ); |
Parameter | Type | Description |
---|---|---|
in_vMin | Variant | Minimum suggested value. |
in_vMax | Variant | Maximum suggested value. |