public override bool Update(float secondsElapsed) { if (Add) { Target.AddActor(Child); } else { Target.RemoveActor(Child); } return(true); }