Version: 2020.1
언어: 한국어

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.