Click or drag to resize
HyperTextHyperlinkEvent Class
An event class for handling hyperlinks.
Inheritance Hierarchy
SystemObject
  Events.UnityEventBase
    Events.UnityEventHyperText, HyperTextLinkInfo
      Candlelight.UIHyperTextHyperlinkEvent

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class HyperlinkEvent : UnityEvent<HyperText, HyperTextLinkInfo>
See Also