Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AnimationCurve.CopyFrom

Declaration

public void CopyFrom(AnimationCurve other);

Parameters

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.