SkillTreeItemsUIAutomatical

Sets up the automatic skill tree UI items when opening the UI according to the variables set in the inspector.

Implementation

public class SkillTreeItemsUIAutomatical : SkillTreeItemsUI

Inheritance

MonoBehaviour --> SkillTreeItemsUI --> SkillTreeItemsUIAutomatical

Fields

Name

Description

The RectTransform component of this gameobject

The prefab of the automatic skill

The prefab of the enabled connector between two skills

The prefab of the disabled connector between two skills

The distance between two skills which rely on each other and are displayed in a line

The prefab of the skill holder

Gameobject variable to be used for the instantiated skill holder prefab

Methods

Name

Description

Overrides the base UpdateSkills(Skills) method

Last updated