This version of Unity is unsupported.

VFXEventAttribute.SetUint

Declaration

public void SetUint(int nameID, uint i);

Declaration

public void SetUint(string name, uint 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 unsigned integer value.

Description

Use this method to set the value of an unsigned integer with the name you pass in.