Example #1
0
 private void Awake()
 {
     inventory       = FindObjectOfType <Inventory>();
     inventoryWindow = FindObjectOfType <InventoryWindow>();
     image           = GetComponent <Image>();
     stackText       = GetComponentInChildren <Text>();
     canvasCamera    = FindObjectOfType <Canvas>().worldCamera;
 }
Example #2
0
        protected override void Awake()
        {
            base.Awake();

            inventoryWindow = transform.Find("panel_inventory-window").GetComponent <InventoryWindow>();
        }
Example #3
0
 private void Awake()
 {
     inventoryWindow = FindObjectOfType <InventoryWindow>();
 }