Instance Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
uri
The URI for this LinkButton
. If set to a valid URI, pressing the button opens the URI using the operating system’s default program for the protocol (via shellOpen(uri:)
). HTTP and HTTPS URLs open the default web browser.
final var uri: String { get set }
Examples:
Other members in extension
Types
Type members
Instance members
var language: String
Language code used for line-breaking and text shaping algorithms, if left empty current locale is used instead.
var structuredTextBidiOverride: TextServer.StructuredTextParser
Set BiDi algorithm override for the structured text.
var structuredTextBidiOverrideOptions: GArray
Set additional options for BiDi override.
var text: String
The button’s text that will be displayed inside the button’s area.
var textDirection: Control.TextDirection
Base text writing direction.
var underline: LinkButton.UnderlineMode
The underline mode to use for the text. See
LinkButton.UnderlineMode
for the available modes.