示例#1
0
 void Start()
 {
     parentDropMenuData = this.GetComponentInParent <DropMenuDataTracker> ();
     dropDownIndices    = this.GetComponent <CursorIndexTracker> ();
 }
 void Start()
 {
     parentDropMenuData = this.GetComponentInParent<DropMenuDataTracker> ();
     dropDownIndices = this.GetComponent<CursorIndexTracker> ();
 }