Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

AnimationCurve.CopyFrom

Declaration

public void CopyFrom(AnimationCurve other);

Parameters

Description
other The AnimationCurve object to obtain the values to copy.

Description

Copies the keys and properties of the specified AnimationCurve object into this instance of the AnimationCurve class.