This version of Unity is unsupported.

VisualEffect.SetInt

public void SetInt(int nameID, int i);
public void SetInt(string name, int i);

Parameters

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

Description

The new integer value.

Automatically changes overridden state for this property to true.