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

参数

name 属性的名称。
nameID 通过 Shader.PropertyToID 检索的属性的名称 ID。
value 要设置的整数值。

描述

This method is deprecated. Use SetFloat or SetInteger instead.

另请参阅:SetFloat