VisualElementStyleSheetSet

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

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.

Properties

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

Public Methods

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.

Did you find this page useful? Please give it a rating: