using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Playables; /******************************************************************************* *Create By CG *Function *******************************************************************************/ namespace ValueTimeLineCtrl { public class ValueTimeLineCtrl : MonoBehaviour { public PlayableDirector a; public PlayableDirector b; public void CopyValue() { //a.GetGenericBinding } } }