Declaration
public void SetInt(int nameID, int i);Declaration
public void SetInt(string name, int i);Parameters
Parameter | Description |
---|---|
nameID | The ID of the property. This is the same ID that Shader.PropertyToID returns. |
name | The name of the property. |
i | The new integer value. |
Description
Sets the value of a named integer property.
Automatically changes overridden state for this property to true.