Version: 2020.2
public int GetInt (int nameID);
public int GetInt (string name);

参数

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

返回

int 为整数属性指定的值。如果 VisualEffect.HasInt 返回 /false/,则返回 /0/。

描述

获取指定的公开整数。