public void SetUInt (int nameID, uint i);
public void SetUInt (string name, uint i);

파라미터

nameIDThe ID of the property. This is the same ID that Shader.PropertyToID returns.
nameThe name of the property.
iThe new unsigned integer value.

설명

The new unsigned integer value.

Automatically changes overridden state for this property to true.