Click or drag to resize
HyperTextGetLinkHitboxes Method (DictionaryHyperTextLinkInfo, ListRect)
Gets the link hitboxes.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetLinkHitboxes(
	Dictionary<HyperTextLinkInfo, List<Rect>> linkHitboxes
)

Parameters

linkHitboxes
Type: System.Collections.GenericDictionaryHyperTextLinkInfo, ListRect
A dictionary to populate, mapping link information to local-space hit boxes.
See Also