Example #1
0
 public Type GetPlayableOutputType()
 {
     return(PlayableOutputHandle.GetPlayableOutputTypeOf(ref this.m_Handle));
 }
 internal bool IsPlayableOutputOfType <T>()
 {
     return(PlayableOutputHandle.GetPlayableOutputTypeOf(ref this) == typeof(T));
 }