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

VFXEventAttribute.SetUint

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

参数

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

描述

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