The HyperlinkComponent is designed to create interactive hyperlinks in a 3D scene.
Description
The HyperlinkComponent
is designed to create interactive hyperlinks in a 3D scene, allowing users to open a specified URL when clicked.
Usage
- Attach the component to a game entity.
- Adjust the properties to customize the hyperlink text and visibility.
- Provide a valid URL to the
text
property to set the destination of the hyperlink.
Dependencies
Has no dependencies.
Properties
text
- Type:
STRING
- Description: Represents the hyperlink text. Adjusting this property changes the displayed text of the hyperlink.
visible
- Type:
BOOL
- Description: Determines the visibility of the hyperlink on the world builder.