Ejemplo n.º 1
0
 private void Awake()
 {
     if (placeholderPositionTransitionable == null)
     {
         throw new ArgumentNullException(nameof(placeholderPositionTransitionable));
     }
     imageColorTransitionable = GetComponent <ImageColorTransitionable>();
     inputField = GetComponent <InputField>();
 }
 private void Awake()
 {
     imageColorTransitionable = GetComponent <ImageColorTransitionable>();
 }