/// <summary>
 /// Initialize the Input array with zero elements and default data
 /// (just pass 'true' ... this is more a hack than anything else)
 /// </summary>        
 public TASMovieInputCollection(bool initialize)
 {
     Input       = new TASMovieInput[0];
     Format      = TASForm.MovieType.None;
     Controllers = 0;
 }
Exemple #2
0
 /// <summary>
 /// Initialize the Input array with zero elements and default data
 /// (just pass 'true' ... this is more a hack than anything else)
 /// </summary>
 public TASMovieInputCollection(bool initialize)
 {
     Input       = new TASMovieInput[0];
     Format      = TASForm.MovieType.None;
     Controllers = 0;
 }