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

VFXExpressionValues.GetBool

切换到手册
public bool GetBool (int nameID);
public bool GetBool (string name);

参数

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

描述

返回与绑定的指定表达式对应的布尔值。如果此条目不可用,或者类型不匹配,则会抛出异常。