C# Class Microsoft.MixedReality.Toolkit.UI.InteractableToggleCollection

Inheritance: MonoBehaviour
显示文件 Open project: alessiapacca/MRlab-2019-surgery

Public Methods

Method Description
SetSelection ( int index ) : void

Sets the selected index and selected Interactive

Protected Methods

Method Description
OnSelection ( int index, bool force = false ) : void

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

Private Methods

Method Description
OnDestroy ( ) : void
OnEnable ( ) : void
Start ( ) : void

Method Details

OnSelection() protected method

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

SetSelection() public method

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