Click or drag to resize
HyperText Properties

The HyperText type exposes the following members.

Properties
  NameDescription
Public propertyalignByGeometry (Inherited from UI.Text.)
Public propertyalignment (Inherited from UI.Text.)
Public propertycachedTextGenerator (Inherited from UI.Text.)
Public propertycachedTextGeneratorForLayout (Inherited from UI.Text.)
Public propertyClickedLink
Occurs when a link on this instance has been clicked (i.e., the pointer button was held down and has just been released over a link).
Public propertyDefaultLinkStyle
Gets the default link style.
Public propertyDefaultQuadMaterial
Gets the default quad material.
Public propertyDefaultTextColor
Gets the default color of the text.
Public propertyDefaultTextStyle
Gets the default style of the text.
Public propertyEnteredLink
Occurs when the pointer has just moved over the hit box for a link on this instance.
Public propertyExitedLink
Occurs when the pointer has just moved off the hit box for a link on this instance.
Public propertyflexibleHeight (Inherited from UI.Text.)
Public propertyflexibleWidth (Inherited from UI.Text.)
Public propertyfont (Inherited from UI.Text.)
Public propertyfontSize (Inherited from UI.Text.)
Public propertyFontSizeToUse
Gets the font size to use.
Public propertyfontStyle (Inherited from UI.Text.)
Public propertyFontToUse
Gets the font to use.
Public propertyhorizontalOverflow (Inherited from UI.Text.)
Public propertyInputTextSource
Gets or sets the input text source. If a value is assigned, its OutputText will be used in place of the value in the UI.Text.text property on this instance.
Public propertyInteractable
Sets a value indicating whether links are interactable on this HyperText.
Public propertyStatic memberIsSilent
Gets or sets a value indicating whether instances of this class should emit debug messages.
Public propertylayoutPriority (Inherited from UI.Text.)
Public propertylineSpacing (Inherited from UI.Text.)
Public propertyLinkHitboxPadding
Gets a value indicating the number of units on each side that link hitboxes should extend beyond the bounds of the glyph geometry. Use positive values to generate link hitboxes that are larger than their encapsulated geometry (for, e.g., small screen devices).
Public propertymainTexture
Gets the main texture.
(Overrides UI.Text.mainTexture.)
Public propertyminHeight (Inherited from UI.Text.)
Public propertyminWidth (Inherited from UI.Text.)
Public propertyOpenURLPatterns
Gets or sets a value indicating whether this instance should automatically open URL patterns (http or https) detected in the name attribute of links when they are clicked.
Public propertypixelsPerUnit
Gets the pixels per unit.
Public propertypreferredHeight
Gets the preferred height for layout.
(Overrides UI.Text.preferredHeight.)
Public propertypreferredWidth
Gets the preferred width for layout.
(Overrides UI.Text.preferredWidth.)
Public propertyPressedLink
Occurs when the pointer button is first pressed down over a link, or when the pointer re-enters the hit box for that link and the pointer button has not yet been released.
Public propertyQuadMaterial
Gets or sets the material to apply to quads.
Public propertyQuadMaterialForRendering
Gets the quad material for rendering.
Public propertyReleasedLink
Occurs when the pointer button is released after first being held down over a link, or when the pointer exits the hit box for that link.
Public propertyresizeTextForBestFit (Inherited from UI.Text.)
Public propertyresizeTextMaxSize (Inherited from UI.Text.)
Public propertyresizeTextMinSize (Inherited from UI.Text.)
Public propertyShouldOverrideLinkHitboxPadding
Gets or sets a value indicating whether this instance should override the link hitbox padding specified in styles if one is assigned.
Public propertyShouldOverrideStylesFontColor
Gets or sets a value indicating whether this HyperText should override the font color specified in styles, if one is assigned.
Public propertyShouldOverrideStylesFontSize
Gets or sets a value indicating whether this HyperText should override the font size specified in styles, if one is assigned.
Public propertyShouldOverrideStylesFontStyle
Gets or sets a value indicating whether this HyperText should override the font face specified in styles, if one is assigned.
Public propertyShouldOverrideStylesLineSpacing
Gets or sets a value indicating whether this instance should override the line spacing specified in styles if one is assigned.
Public propertyStyles
Gets or sets the styles.
Public propertysupportRichText (Inherited from UI.Text.)
Public propertytext (Inherited from UI.Text.)
Public propertyUploadedText
Gets the String uploaded to UI.Text.cachedTextGenerator.
Public propertyverticalOverflow (Inherited from UI.Text.)
Top
See Also