internal bool CreateScriptOutputInternal(string name, out PlayableOutputHandle handle)
 {
     return(PlayableGraph.CreateScriptOutputInternal_Injected(ref this, name, out handle));
 }