Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

OptionDataList

class in UnityEngine.UI

Description

Class used internally to store the list of options for the dropdown list.

The usage of this class is not exposed in the runtime API. It's only relevant for the PropertyDrawer drawing the list of options.

Variables

optionsThe list of options for the dropdown list.