Method SetParameter
SetParameter(String, Single)
Modifys parameters of this ParticleEffect.
Declaration
public void SetParameter(string parameterName, float value)
Parameters
Type | Name | Description |
---|---|---|
System.String | parameterName | Name of the parameter you want to modify, these are stored inside the effect files. |
System.Single | value | The new value for the parameter. |