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

VFXEventAttribute.HasBool

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

参数

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

描述

如果事件属性存储此指定的布尔值,则返回 true。