コード例 #1
0
 //Awake is called before Start()
 void Awake()
 {
     //Get a component reference to ShowPanels attached to this object, store in showPanels variable
     displayPanel = GetComponent <UI_Menu_Manager>();
 }
コード例 #2
0
 void Start()
 {
     UImm          = uiMenu.GetComponent <UI_Menu_Manager>();
     allContollers = XboxController.All;
 }