Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created August 27, 2016 21:14
Embed
What would you like to do?
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