Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created August 27, 2016 21:14
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 flushpot1125/e7150b2307d1f83dec14b5f45225d532 to your computer and use it in GitHub Desktop.
Save flushpot1125/e7150b2307d1f83dec14b5f45225d532 to your computer and use it in GitHub Desktop.
using UnityEngine;
using Chronos;
public class BaseBehaviour : MonoBehaviour
{
public Timeline time
{
get
{
return GetComponent<Timeline>();
}
}
}
@flushpot1125
Copy link
Author

One example for Unity asset "Chronos"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment