public SectionTime(IAnimationSection section, DateTime endTime)
 {
     Section = section;
     EndTime = endTime;
 }
Exemple #2
0
 public AnimationData(IAnimationSection section)
 {
     Section = section;
 }
Exemple #3
0
 public SectionTime(IAnimationSection section, DateTime endTime)
 {
     Section = section;
     EndTime = endTime;
 }