InteractableToggleCollection.ToggleList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()