This version of Unity is unsupported.

VisualEffect.SetAnimationCurve

Declaration

public void SetAnimationCurve(int nameID, AnimationCurve c);

Declaration

public void SetAnimationCurve(string name, AnimationCurve c);

Parameters

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
c The new animation curve.
name The name of the property.

Description

The new animation curve value.

Automatically changes overridden state for this property to true.