SkillTreeUIManagerAutomatical

Contains the logic for handling the automatic skill tree UI.

Implementation

public class SkillTreeUIManagerAutomatical : SkillTreeUIManager

Inheritance

MonoBehaviour --> SkillTreeUIManager --> SkillTreeUIManagerAutomatical

Fields

Name

Description

Path to the automatic skill tree UI prefab

Distance from top for the first skill

Distance between the skill types

Size of the skill type

Prefab of the skill type gameobject

Counter for the skill types when setting up

Methods

Name

Description

Overrides the base Open() method

Opens the skill tree UI for this gameobject

Closes the skill tree UI for this gameobject

Returns a boolean value for the open state of the skill tree UI

Sets up the gameobject for usage

Last updated