C# 클래스 Microsoft.MixedReality.Toolkit.UI.InteractableToggleCollection

상속: MonoBehaviour
파일 보기 프로젝트 열기: alessiapacca/MRlab-2019-surgery

공개 메소드들

메소드 설명
SetSelection ( int index ) : void

Sets the selected index and selected Interactive

보호된 메소드들

메소드 설명
OnSelection ( int index, bool force = false ) : void

Set the toggle state of each button based on the selected item

비공개 메소드들

메소드 설명
OnDestroy ( ) : void
OnEnable ( ) : void
Start ( ) : void

메소드 상세

OnSelection() 보호된 메소드

Set the toggle state of each button based on the selected item
protected OnSelection ( int index, bool force = false ) : void
index int
force bool
리턴 void

SetSelection() 공개 메소드

Sets the selected index and selected Interactive
public SetSelection ( int index ) : void
index int
리턴 void