コード例 #1
0
        private void Start()
        {
            _image        = GetComponent <Image>();
            _currentColor = new Lerped <Color>(Color.black, 0.5f, Easing.EaseIn, true);

            FadeIn();
        }
コード例 #2
0
 private void Start()
 {
     Position = new Lerped <Vector2>(transform.position, PanDuration, Easing.EaseInOut, true);
 }