Version: 2022.3
public void SetInteger (int nameID, int value);
public void SetInteger (string name, int value);

参数

name 属性的名称。
nameID 通过 Shader.PropertyToID 检索的属性的名称 ID。
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.