20 lines
545 B
C#
20 lines
545 B
C#
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
|
|
}
|
|
}
|
|
} |