This version of Unity is unsupported.

VFXEventAttribute.SetFloat

Declaration

public void SetFloat(int nameID, float f);

Declaration

public void SetFloat(string name, float f);

Parameters

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

Description

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