Version: 2019.1
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 によって検索されるプロパティーの nameID
nameプロパティーの名前
bThe new boolean value.

説明

Sets the value for a named boolean.

Automatically changes overridden state for this property to true.