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

VFXEventAttribute.GetUint

切换到手册
public uint GetUint (int nameID);
public uint GetUint (string name);

参数

nameID通过 Shader.PropertyToID 检索的属性的名称 ID。
name属性的名称。

返回

uint 存储的无符号整数值(如果 VFXEventAttribute.HasUint 返回 false,则为 0)。

描述

获取一个指定的存储无符号整数。