Click or drag to resize
HyperTextGetLinkHitboxes Method (Int32, ListRect)
Gets the link hitboxes for the link with the specified index on this HyperText.

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

Parameters

linkIndex
Type: SystemInt32
Link index.
hitboxes
Type: System.Collections.GenericListRect
A list of Rects to populate.
See Also