public void Init() { Hide(); CurrentOrigin = OriginState.Fire; InternalChild.Rotation = 0; InternalChild.Anchor = Anchor.Centre; InternalChild.Origin = Anchor.Centre; InternalChild.MoveTo(new Vector2(0, 0)); ice.MoveToX(0); InternalChild.ClearTransforms(); }