public ItemScreenView()
        {
            rows = new List <RequiredPartRow>();

            itemFadeColors  = new FadeColorData();
            commonScaleData = new PunchAnimationData()
            {
                StartValue = Vector3.one
            };
            commonRotationData = new PunchAnimationData();
        }
 public FadeLabelView()
 {
     fadeColors = new FadeColorData();
 }