Skip to content

Instantly share code, notes, and snippets.

@matt123miller
Created July 4, 2017 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt123miller/a04091f93db45053b1c2444513148bca to your computer and use it in GitHub Desktop.
Save matt123miller/a04091f93db45053b1c2444513148bca to your computer and use it in GitHub Desktop.
public AnimationCurve curve;
void Start()
{
curve = GetComponent<AnimationCurve>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment