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

パラメーター

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

説明

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