コード例 #1
0
 void Start()
 {
     toolbar    = FindObjectOfType <Toolbar>();
     tagalong   = toolbar.EnsureComponent <Tagalong>();
     buttonText = gameObject.GetComponent <CompoundButtonText>();
 }