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