C# Class Google.XR.ARCoreExtensions.Samples.PersistentCloudAnchors.DoubleLabelsItem

A helper component used by MultiselectionDropdown on displaying option data.
Inheritance: MonoBehaviour
Afficher le fichier Open project: Jam3/arlabs-doodads

Méthodes publiques

Свойство Type Description
FirstLabel Text
SecondLabel Text

Méthodes publiques

Méthode Description
SetLabels ( string first, string second ) : void

Set the contents of two labels.

Method Details

SetLabels() public méthode

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.
Résultat void

Property Details

FirstLabel public_oe property

The Text component of the first label, used to display the MultiselectionDropdown.OptionData.MajorInfo.
public Text FirstLabel
Résultat Text

SecondLabel public_oe property

The Text component for the second label, used to display the MultiselectionDropdown.OptionData.MinorInfo.
public Text SecondLabel
Résultat Text