Click or drag to resize
HyperTextProcessorGetQuads Method (ListHyperTextProcessorQuad)
Gets the quads extracted from the text.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetQuads(
	List<HyperTextProcessorQuad> quads
)

Parameters

quads
Type: System.Collections.GenericListHyperTextProcessorQuad
Quads.
See Also