C# Класс Google.XR.ARCoreExtensions.Samples.PersistentCloudAnchors.DoubleLabelsItem

A helper component used by MultiselectionDropdown on displaying option data.
Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FirstLabel Text
SecondLabel Text

Открытые методы

Метод Описание
SetLabels ( string first, string second ) : void

Set the contents of two labels.

Описание методов

SetLabels() публичный Метод

Set the contents of two labels.
public SetLabels ( string first, string second ) : void
first string The content for first label.
second string The content for second label.
Результат void

Описание свойств

FirstLabel публичное свойство

The Text component of the first label, used to display the MultiselectionDropdown.OptionData.MajorInfo.
public Text FirstLabel
Результат Text

SecondLabel публичное свойство

The Text component for the second label, used to display the MultiselectionDropdown.OptionData.MinorInfo.
public Text SecondLabel
Результат Text