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

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

Public Properties

Property Type Description
FirstLabel Text
SecondLabel Text

Public Methods

Method Description
SetLabels ( string first, string second ) : void

Set the contents of two labels.

Method Details

SetLabels() public method

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.
return void

Property Details

FirstLabel public property

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

SecondLabel public property

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