コード例 #1
0
 private static object InternalCreateScriptPlayable(ref PlayableGraph graph, ref PlayableHandle handle, Type type)
 {
     return(PlayableGraph.INTERNAL_CALL_InternalCreateScriptPlayable(ref graph, ref handle, type));
 }