Version: 2021.1
public uint GetUint (int nameID);
public uint GetUint (string name);

参数

nameID 属性的 ID。这与 Shader.PropertyToID 返回的 ID 相同。
name 属性的名称。

返回

uint 为 int 属性指定的值。如果 VFXEventAttribute.HasUint 返回 /false/,则返回 /0/。

描述

使用此方法可从 VFXEventAttribute 获取指定无符号整数属性的值。