private void CheckBreakEnd() { if (!isBreak) { return; } if (drawComp.IsAnimEnd()) { entity.DeActive(); } }