コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     SA = img_Anime.GetComponent <AnimationPopup> ();
 }
コード例 #2
0
 // Start is called before the first frame update
 void Start()
 {
     coll = GetComponentInParent <Collected>();
     AP   = GetComponentInParent <AnimationPopup>();
 }