Interface IAnimationCurveOwner
Namespace: Unity.FilmInternalUtilities
Syntax
public interface IAnimationCurveOwner
Methods
GetAnimationCurve()
Declaration
AnimationCurve GetAnimationCurve()
Returns
| Type | Description |
|---|---|
| AnimationCurve |
SetAnimationCurve(AnimationCurve)
Declaration
void SetAnimationCurve(AnimationCurve curve)
Parameters
| Type | Name | Description |
|---|---|---|
| AnimationCurve | curve |