ButtonConfigHelper.EditorUpgradeCustomIcon Method
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.
Upgrades a button using a custom icon material.
public void EditorUpgradeCustomIcon (Microsoft.MixedReality.Toolkit.UI.ButtonIconSet defaultIconSet = default, string customIconsFolder = default, bool hideAlert = false);
member this.EditorUpgradeCustomIcon : Microsoft.MixedReality.Toolkit.UI.ButtonIconSet * string * bool -> unit
Public Sub EditorUpgradeCustomIcon (Optional defaultIconSet As ButtonIconSet = Nothing, Optional customIconsFolder As String = Nothing, Optional hideAlert As Boolean = false)
Parameters
- defaultIconSet
- ButtonIconSet
- customIconsFolder
- String
- hideAlert
- Boolean