Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CopyFrom(AnimationCurve)

Copies the keys and properties of the specified AnimationCurve object into this instance of the AnimationCurve class.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public void CopyFrom(AnimationCurve other)

Parameters

The AnimationCurve object to obtain the values to copy.