Version: 2018.2
public void SetInt (int nameID, int value);
public void SetInt (string name, int value);

パラメーター

nameプロパティーの名前
nameID Shader.PropertyToID によって検索されるプロパティーの nameID
valueThe int value to set.

説明

Adds a property to the block. If an int property with the given name already exists, the old value is replaced.

See Also: SetFloat.