23 return ClipCaps.Extrapolation | ClipCaps.ClipIn | ClipCaps.SpeedMultiplier;
27 public override Playable
CreatePlayable(PlayableGraph graph, GameObject owner) {
28 var playable = ScriptPlayable<RecordingBehaviour>.Create(graph);
29 playable.GetBehaviour().recording =
recording;
override Playable CreatePlayable(PlayableGraph graph, GameObject owner)