EffectParamString

Assigns a value to a parameter in an effect file.

template EffectParamString
{
    < 1DBC4C88-94C1-46ee-9076-2C28818C9481 >
    STRING ParamName;
    STRING Value;
} 
  • ParamName - Parameter name in the effects file.
  • Value - Value assigned to the parameter.

This template replaces the former EffectString template.

See also

Templates