Пример #1
0
 private static bool InternalCreatePlayable(ref PlayableGraph graph, ref PlayableHandle handle)
 {
     return(PlayableGraph.INTERNAL_CALL_InternalCreatePlayable(ref graph, ref handle));
 }