This version of Unity is unsupported.

VFXExpressionValues.GetBool

Declaration

public bool GetBool(int nameID);

Declaration

public bool GetBool(string name);

Parameters

nameID The name ID of the property retrieved by Shader.PropertyToID.
name The name of the property.

Description

Returns a boolean that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.