Skill Web
  • Skill Web Documentation
  • đŸ•šī¸Quick Start
    • Installation
  • Start Developing
  • 💡General
    • Running the Demos
  • Menu Options
  • UI Customizations
    • uGUI
      • Skill Node
      • Connection Line
      • Web View
      • Hovercard
  • Datasets
  • 🎓Tutorials
    • Runes Demo Walkthrough
  • âœī¸Editors
    • Skill Bank
  • Web Creator
  • Settings
  • Components
    • Skill Web Initializer
    • uGUI
      • Skill Node UGUI
      • Connection Line
        • Curved Connection Line
      • Web View UGUI
        • Web View Selector UGUI
      • Skill Hovercard UGUI
    • Player Web Link
  • 📄Scripting API
    • Initialization
  • Skills
    • Skill
      • Skill Dataset Attributes
    • Skill Node
  • Webs
    • Web Graph
    • Web
  • UI
    • Loading a Web
    • Web View Input Handling
    • Customize Connection Line
    • Customize Hovercard
  • Player Web Link
  • Custom Logic
  • Saving & Loading
  • Events
  • Skill Web Settings
  • Procedural Generation (Beta)
  • đŸ› ī¸Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
    • Future Plans
    • ⭐Rate Me?
Powered by GitBook
On this page
  1. Components
  2. uGUI

Skill Node UGUI

A component used to define a skill UI object.

PreviousuGUINextConnection Line

Last updated 13 days ago

The Skill Node UGUI component makes a UI object act as a skill that can be used for the runtime graph (Web View UGUI).

For customization tips, see Skill Node.

Properties

Name
Description

Rect Transform

The root RectTransform component.

Icon Image

An Image component that displays the skill icon.

Level Text

A text object (TMP) that displays the skill level. This is optional.

Pointer Upgrade Button

The mouse button used to upgrade the skill. Ensure this is different from the downgrade button.

Pointer Downgrade Button

The mouse button used to downgrade the skill. Ensure this is different from the upgrade button.