Example #1
0
        public ItemScreenView()
        {
            rows = new List <RequiredPartRow>();

            itemFadeColors  = new FadeColorData();
            commonScaleData = new PunchAnimationData()
            {
                StartValue = Vector3.one
            };
            commonRotationData = new PunchAnimationData();
        }
Example #2
0
 private void Awake()
 {
     inventoryButtonPunchData = new PunchAnimationData {
         StartValue = Vector3.one
     };
 }