Skill Hovercard UGUI

A component that displays skill information.

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 menu option.

For customization tips, see Hovercard.

Properties

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

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.

Last updated