Dropdown.OptionDataConstructor

매뉴얼로 전환
public Dropdown.OptionData ();
public Dropdown.OptionData (string text);
public Dropdown.OptionData (Sprite image);
public Dropdown.OptionData (string text, Sprite image);

파라미터

textOptional text for the option.
imageOptional image for the option.

설명

Create an object representing a single option for the dropdown list.