C# 클래스 Google.XR.ARCoreExtensions.Samples.PersistentCloudAnchors.DoubleLabelsItem

A helper component used by MultiselectionDropdown on displaying option data.
상속: MonoBehaviour
파일 보기 프로젝트 열기: Jam3/arlabs-doodads

공개 프로퍼티들

프로퍼티 타입 설명
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