Experimental: this API is experimental and might be changed or removed in the future.

VisualEffect.SetInt

切换到手册
public void SetInt (int nameID, int i);
public void SetInt (string name, int i);

参数

nameID通过 Shader.PropertyToID 检索的属性的名称 ID。
name属性的名称。
i新的整数值。

描述

设置指定的整数值。

自动将此属性的重载状态更改为 true。