コード例 #1
0
 private static bool GetOutputInternal(ref PlayableGraph graph, int index, out PlayableOutputHandle handle)
 {
     return(PlayableGraph.INTERNAL_CALL_GetOutputInternal(ref graph, index, out handle));
 }