MiTschMR Studios
Defnite
Search…
MiTschMR Studios
Games
Defnite
Skills
Skills
Skills Overview
Skills Window
Skills Component
Actions/Conditions/Triggers
Skill Tree
Skill Bar
FAQ
Example Setup
API Documentation
ButtonActionsSkills
DatabaseSkills
Skill
SkillAsset
SkillBarElement
SkillBarElements
SkillBarSkillTreeElement
SkillBarSkillTreeElements
SkillContextMenuUI
SkillHolder
SkillHolderSerialized
SkillRelyOn
SkillTreeItemsUI
SkillTreeItemsUIAutomatical
Fields
Methods
SkillTreeItemsUIManual
SkillTreeUIManager
SkillTreeUIManagerAutomatical
SkillTreeUIManagerManual
SkillType
SkillUI
SkillUIAutomatical
SkillUIManual
Skills
SkillsSingleSkillTypeAttribute
Finder for Game Creator
Finder for Game Creator
Finder for Game Creator 2
Finder for Game Creator 2
More Extensions
List Of My Extensions
GC API Guides
About
Configurable Enter Play Mode Compatibility
Access GC Script Components
Access Player Using HookPlayer
Inventory Custom Entries
Accessing Scriptable Objects
Custom Editor Windows - Part 1
Custom Editor Windows - Part 2
Inventory Context Menu Support
Inventory Item Tooltips
Converting To GC Variables
Working With GC Variables
C# Code Style Guide
C# Code Style Guide For Game Creator
Powered By
GitBook
SkillTreeItemsUIAutomatical
Sets up the automatic skill tree UI items when opening the UI according to the variables set in the inspector.
Implementation
1
public
class
SkillTreeItemsUIAutomatical
:
SkillTreeItemsUI
Copied!
Inheritance
​
MonoBehaviour
-->
SkillTreeItemsUI
-->
SkillTreeItemsUIAutomatical
​
Fields
Name
Description
​
skillsContainer
​
The RectTransform component of this gameobject
​
prefabSkill
​
The prefab of the automatic skill
​
prefabSkillConnectorEnabled
​
The prefab of the enabled connector between two skills
​
prefabSkillConnectorDisabled
​
The prefab of the disabled connector between two skills
​
distanceBetweenSkillsInLine
​
The distance between two skills which rely on each other and are displayed in a line
​
prefabSkillHolder
​
The prefab of the skill holder
​
skillUIHolder
​
Gameobject variable to be used for the instantiated skill holder prefab
Methods
Name
Description
​
UpdateSkills(Skills)
​
Overrides the base
UpdateSkills(Skills)
method
Previous
UpdateSkills
Next
Fields
Last modified
1yr ago
Copy link
Contents
Implementation
Inheritance
Fields
Methods