Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LanguageDropdown

Creates a language dropdown with no label.
Read time 1 minuteLast updated 12 days ago

Definition

LanguageDropdown()

Creates a language dropdown with no label.
public LanguageDropdown()

LanguageDropdown(string)

Creates a language dropdown with a label in front of it.
public LanguageDropdown(string label)

Parameters

label

The label to display in front of the dropdown.