コード例 #1
0
        public Playable GetRootPlayable(int index)
        {
            PlayableHandle @null = PlayableHandle.Null;

            PlayableGraph.GetRootPlayableInternal(index, ref this, ref @null);
            return(new Playable(@null));
        }