This version of Unity is unsupported.

VisualEffect.SetBool

Declaration

public void SetBool(int nameID, bool b);

Declaration

public void SetBool(string name, bool b);

Parameters

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name The name of the property.
b The new boolean value.

Description

Sets the value of a named bool property.

Automatically changes overridden state for this property to true.