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

Inheritance: MonoBehaviour
Afficher le fichier Open project: alessiapacca/MRlab-2019-surgery

Méthodes publiques

Méthode Description
SetSelection ( int index ) : void

Sets the selected index and selected Interactive

Méthodes protégées

Méthode Description
OnSelection ( int index, bool force = false ) : void

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

Private Methods

Méthode Description
OnDestroy ( ) : void
OnEnable ( ) : void
Start ( ) : void

Method Details

OnSelection() protected méthode

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

SetSelection() public méthode

Sets the selected index and selected Interactive
public SetSelection ( int index ) : void
index int
Résultat void