InteractableToggleCollection.ToggleList Property

Definition

Array of Interactables that will be managed by this controller

public:
 property cli::array <Microsoft::MixedReality::Toolkit::UI::Interactable ^> ^ ToggleList { cli::array <Microsoft::MixedReality::Toolkit::UI::Interactable ^> ^ get(); void set(cli::array <Microsoft::MixedReality::Toolkit::UI::Interactable ^> ^ value); };
public Microsoft.MixedReality.Toolkit.UI.Interactable[] ToggleList { get; set; }
member this.ToggleList : Microsoft.MixedReality.Toolkit.UI.Interactable[] with get, set
Public Property ToggleList As Interactable()

Property Value

Applies to