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
  3. Web View UGUI

Web View Selector UGUI

The selector component used by the Web View UGUI component.

PreviousWeb View UGUINextSkill Hovercard UGUI

Last updated 11 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 Web View Selector UGUI component is used by the Web View UGUI component to help select skills without the use of a mouse. This requires proper input setup. See Web View Input Handling.

An Animator component with an unfocused and focused selector animation is required.

The selector only works on the active web view component. So if you have multiple in your scene, you may need to update the active one.

Properties

Name
Description

Normal Size

The normal size of the selector. This is applied when not focusing a skill.

Unfocused Anim Name

The unfocused animation name.

Focused Anim Name

The focused animation name.