Version: 2020.3
言語: 日本語

VisualElementStyleSheetSet

struct in UnityEngine.UIElements

マニュアルに切り替える

説明

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.

変数

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

Public 関数

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.