| Parameter | Description |
|---|---|
| nameID | The ID of the property. This is the same ID that Shader.PropertyToID returns. |
| f | The new float value. |
Use this method to set the value of a float with the name you pass in.
| Parameter | Description |
|---|---|
| name | The name of the property. |
| f | The new float value. |
Use this method to set the value of a float with the name you pass in.