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

VisualEffect.SetBool

切换到手册
public void SetBool (int nameID, bool b);
public void SetBool (string name, bool b);

参数

nameID通过 Shader.PropertyToID 检索的属性的名称 ID。
name属性的名称。
b新的布尔值。

描述

设置指定的布尔值。

自动将此属性的重载状态更改为 true。