Contains references to all skills shown in the skill tree UI and triggers the setup of them every time the skill tree UI is opened.
public class SkillTreeItemsUI : MonoBehaviour
​MonoBehaviour --> SkillTreeItemsUI​
Name | Description |
​skills​ | Contains all skills in a skill tree |
Name | Description |
​Start()​ | Gets all SkillUI components and saves them to skills |
​UpdateSkills(Skills)​ | Updates the UI of the skill in the skill tree |