Version: 2020.2
言語: 日本語
public void SetInt (int nameID, int value);
public void SetInt (string name, int value);

パラメーター

name プロパティーの名前
nameID Shader.PropertyToID によって検索されるプロパティーの nameID
value The 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.