Beispiel #1
0
 public bool NeedUpdate()
 {
     return(id < 0 || curvedPolyVariants.IsVariantGenerated(id) ||
            this.timestamp < curvedPolyVariants.GetChangeTimestamp());
 }
 public long GetChangedTimestamp()
 {
     return(curvedPolyVariants.GetChangeTimestamp());
 }