public SetColorArray ( int nameID, Color values ) : void | ||
nameID | int | Property name ID, use Shader.PropertyToID to get it. |
values | Color | Array of values to set. |
Résultat | void |
Set a color array property.
public SetColorArray ( int nameID, Color values ) : void | ||
nameID | int | Property name ID, use Shader.PropertyToID to get it. |
values | Color | Array of values to set. |
Résultat | void |