Version: 2022.3
public bool GetBool (int nameID);
public bool GetBool (string name);

参数

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

返回

bool 为 bool 属性指定的值。如果 VisualEffect.HasBool 返回 /false/,则返回 /false/。

描述

Gets the value of a named bool property.