コード例 #1
0
 public bool IsValid()
 {
     if (!graph.IsValid() || mixer.IsNull() || animationOutput.IsOutputNull())
     {
         return(false);
     }
     return(true);
 }