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