public uint GetUInt (int nameID);
public uint GetUInt (string name);

参数

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

返回

uint 为无符号整数属性指定的值。如果 VisualEffect.HasUInt 返回 /false/,则返回 /0/。

描述

获取指定无符号整数属性的值


Did you find this page useful? Please give it a rating: