This version of Unity is unsupported.

VFXEventAttribute.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 bool value.

Description

Use this method to set the value of a bool with the name you pass in.