示例#1
0
 public bool IsInAnimation(ImportedAnimation animation)
 {
     return(this.FirstSpriteIndex >= animation.FirstSpriteIndex && this.LastSpriteIndex <= animation.LastSpriteIndex);
 }