示例#1
0
    // @TODO: nothing

    void Start()
    {
        _windowChar = GameObject.Find("WindowCharacter").GetComponent <WindowCharacterController>();
        _boxItem    = GameObject.Find("BoxItemDetail").GetComponent <ItemDetailController>();
    }
示例#2
0
 // @TODO: nothing
 void Start()
 {
     _windowChar = GameObject.Find("WindowCharacter").GetComponent<WindowCharacterController>();
     _boxItem = GameObject.Find("BoxItemDetail").GetComponent<ItemDetailController>();
 }
示例#3
0
 void Start()
 {
     _windowChar = GameObject.Find("WindowCharacter").GetComponent<WindowCharacterController>();
 }
示例#4
0
 void Start()
 {
     _windowChar = GameObject.Find("WindowCharacter").GetComponent <WindowCharacterController>();
 }
示例#5
0
 void Start()
 {
     _windowChar = Camera.main.GetComponent <InventoryController>()._characterController.GetComponent <WindowCharacterController>();
     _boxItem    = GameObject.Find("BoxItemDetail").GetComponent <ItemDetailController>();
 }
示例#6
0
 void Start()
 {
     _windowChar = Camera.main.GetComponent<InventoryController>()._characterController.GetComponent<WindowCharacterController>();
     _boxItem = GameObject.Find("BoxItemDetail").GetComponent<ItemDetailController>();
 }