Click or drag to resize
HyperTextStylesSetInheritedStyles Method (IListHyperTextStyles)
Sets the list of styles to inherit from. Any custom link classes, tags, or quads specified on these sheets will be inherited, with preference given to those specified later in the array. If this instance defines any of the items, they will be considered overrides.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void SetInheritedStyles(
	IList<HyperTextStyles> styles
)

Parameters

styles
Type: System.Collections.GenericIListHyperTextStyles
Styles.
See Also