Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StyleList<T>

Style value that can be either a list or a StyleKeyword.
Read time 1 minuteLast updated 10 days ago

Definition

public struct StyleList<T> : IStyleValue<List<T>>, IEquatable<StyleList<T>>

Constructors

Constructor

Description

StyleList`1(System.Collections.Generic.List{`0})Creates from either a list or a StyleKeyword.
StyleList`1(UnityEngine.UIElements.StyleKeyword)Creates from either a list or a StyleKeyword.

Properties

Property

Description

keywordThe style keyword.
valueThe style value.