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