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 Hovercard UGUI

A component that displays skill information.

PreviousWeb View Selector UGUINextPlayer Web Link

Last updated 13 days ago

Ensure this object has an attached Canvas component with the Render Mode set to Screen Space - Camera and the Render Camera set to the main camera.

The Skill Hovercard UGUI is a customizable component that is used to display skill information. This will automatically open when a skill is hovered.

The hovercard must have an Animator component with an animation named "Open" and another named "Close." This should be set automatically if you added the hovercard with its .

For customization tips, see Hovercard.

Properties

Name
Description

Content

The main content container.

Animator

The animator component.

Video Player

The object that runs a video.

Appearance Delay

The length of time the user must hover over a skill for the details to display.

Label Layout

The layout group used by labels.

Title Label

The label that displays the title.

Subtitle Label

The label that displays the subtitle.

Description Label

The label that displays the description.

The properties are automatically set if you added the component to your scene with its .

menu option
menu option