Click or drag to resize
HyperText Methods

The HyperText type exposes the following members.

Methods
  NameDescription
Public methodCalculateLayoutInputHorizontal (Inherited from UI.Text.)
Public methodCalculateLayoutInputVertical (Inherited from UI.Text.)
Public methodCull
Cull this object's CanvasRenderer if it is outside clipRect.
(Overrides UI.MaskableGraphic.Cull(Rect, Boolean).)
Public methodFontTextureChanged
A callback to indicate the font texture has changed (mirrors that from base class).
Public methodGetGenerationSettings
Gets the generation settings.
Public methodGetLinkHitboxes(DictionaryHyperTextLinkInfo, ListRect)
Gets the link hitboxes.
Public methodGetLinkHitboxes(DictionaryHyperTextLinkInfo, ListRect) Obsolete.
Public methodGetLinkHitboxes(Int32, ListRect)
Gets the link hitboxes for the link with the specified index on this HyperText.
Public methodGetLinkHitboxes(Int32, ListRect) Obsolete.
Public methodGetLinkKeywordCollections(ListHyperTextProcessorKeywordCollectionClass)
Gets the link keyword collections.
Public methodGetLinkKeywordCollections(ListHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodGetLinks(ListHyperTextLinkInfo)
Gets the info for all of the links current defined on this instance.
Public methodGetLinks(ListHyperTextLinkInfo) Obsolete.
Public methodGetModifiedMaterial
Gets the modified material.
(Overrides UI.MaskableGraphic.GetModifiedMaterial(Material).)
Public methodGetQuadKeywordCollections(ListHyperTextProcessorKeywordCollectionClass)
Gets the quad keyword collections.
Public methodGetQuadKeywordCollections(ListHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodGetTagKeywordCollections(ListHyperTextProcessorKeywordCollectionClass)
Gets the tag keyword collections.
Public methodGetTagKeywordCollections(ListHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodOnPointerClick
Raises the pointer click event.
Public methodOnPointerDown
Raises the pointer down event.
Public methodOnPointerExit
Raises the pointer exit event.
Public methodOnPointerUp
Raises the pointer up event.
Public methodOnRebuildRequested
Raises the rebuild requested event.
(Overrides UI.Graphic.OnRebuildRequested().)
Public methodRaycast
A custom raycast callback to determine if the pointer position is over a link, as well as manage some logic related to link states.
(Overrides UI.Graphic.Raycast(Vector2, Camera).)
Public methodSetClipRect
Sets the clipping rectangle on this object's CanvasRenderer.
(Overrides UI.MaskableGraphic.SetClipRect(Rect, Boolean).)
Public methodSetLinkKeywordCollections(IEnumerableHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodSetLinkKeywordCollections(IListHyperTextProcessorKeywordCollectionClass)
Sets the link keyword collections.
Public methodSetMaterialDirty
Sets the material dirty.
(Overrides UI.Graphic.SetMaterialDirty().)
Public methodSetQuadKeywordCollections(IEnumerableHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodSetQuadKeywordCollections(IListHyperTextProcessorKeywordCollectionClass)
Sets the quad keyword collections.
Public methodSetTagKeywordCollections(IEnumerableHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodSetTagKeywordCollections(IListHyperTextProcessorKeywordCollectionClass)
Sets the tag keyword collections.
Public methodSetVerticesDirty
Sets the vertices dirty.
(Overrides UI.Graphic.SetVerticesDirty().)
Top
Extension Methods
  NameDescription
Public Extension MethodGetPrefabName
Gets the name of the prefab associated with the supplied instance.
(Defined by ObjectX.)
Public Extension MethodOpenReferencePage
Opens a reference web page generated for the specified object.
(Defined by ObjectX.)
Top
See Also