Click or drag to resize
HyperTextInteractable Property
Sets a value indicating whether links are interactable on this HyperText.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool Interactable { get; set; }

Property Value

Type: Boolean
if links are interactable; otherwise, .
See Also