VisualElementStyleSheetSet

struct in UnityEngine.UIElements

Switch to Manual

Description

This structure manipulates the set of StyleSheet objects attached to the owner VisualElement.

VisualElementStyleSheetSet instances cannot be created directly. Use the VisualElement.styleSheets property accessor to work with the style sheets of an element.

Variables

countNumber of style sheets attached to the owner element.
this[int]Accesses a StyleSheet at the specified index.

Public Functions

AddAdds a style sheet for the owner element.
ClearRemoves all style sheets for the owner element.
ContainsLooks for the specified StyleSheet
RemoveRemoves a style sheet for the owner element.