FrameFilter.SetFloatParameter Method

Sets an float parameter.
Syntax:
[C#]
public void SetFloatParameter( string name, float value );
Parameter Description
name

Name of the parameter to be set. To retrieve a list, containing the valid parameter names, use AvailableParameters.

value

New value of the parameter.

Example:

For an example of how to set or read parameters, see FrameFilter.SetIntParameter.

See also: FrameFilter, FrameFilter.GetFloatParameter, FrameFilter.AvailableParameters

<< FrameFilter