public bool HasSystem (int nameID);
public bool HasSystem (string name);

Parameters

nameIDThe system ID. This is the same ID that Shader.PropertyToID returns.
nameThe name of the property.

Returns

bool true if the VisualEffect has the system you pass in. Returns false otherwise.

Description

Use this function to determine if the VisualEffect has the system you pass in.