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

VisualEffect.SetUInt

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

参数

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

描述

设置指定的无符号整数值。

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