Click or drag to resize
HyperTextStylesQuad Constructor

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Quad(
	Sprite sprite,
	string className,
	float sizeScalar,
	float verticalOffset,
	bool shouldRespectColorization,
	string linkId,
	string linkClassName
)

Parameters

sprite
Type: Sprite
Sprite.
className
Type: SystemString
Class name.
sizeScalar
Type: SystemSingle
Size scalar.
verticalOffset
Type: SystemSingle
Vertical offset.
shouldRespectColorization
Type: SystemBoolean
If set to glyph colorization will be applied to the quad's vertices.
linkId
Type: SystemString
If not null or empty, a link ID to use with each instance of this quad.
linkClassName
Type: SystemString
If not null or empty, the class name of a custom link style to use.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if className is null.
ArgumentExceptionThrown if className is empty.
See Also