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

VFXEventAttribute.GetBool

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

参数

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

返回

bool 存储的布尔值(如果 VFXEventAttribute.HasBool 返回 false,则为 false)。

描述

获取一个指定的存储布尔值。