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