Created
August 26, 2018 20:47
-
-
Save rob5300/6e4677e788c16ea165b8e8d26beaae56 to your computer and use it in GitHub Desktop.
Track Asset example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine.Timeline; | |
[TrackColor(0.9716981f, 0.4145757f, 0.3529281f)] | |
[TrackClipType(typeof(DialogueTriggerClip))] | |
public class DialogueTriggerTrack : TrackAsset | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment