Пример #1
0
        public PlayableHandle GetRootPlayable(int index)
        {
            PlayableHandle @null = PlayableHandle.Null;

            PlayableGraph.InternalGetRootPlayable(index, ref this, ref @null);
            return(@null);
        }