public void SetInt (int nameID, int i);
public void SetInt (string name, int i);

Parámetros

nameIDThe ID of the property. This is the same ID that Shader.PropertyToID returns.
nameEl nombre de una propiedad.
iThe new integer value.

Descripción

Use this method to set the value of an integer with the name you pass in.