InteractableProfileItem.Themes Field
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.
List of Theme configuration data to initialize with an Interactable
public: System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::Theme ^> ^ Themes;
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.Theme> Themes;
val mutable Themes : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.Theme>
Public Themes As List(Of Theme)