mixedreality/com.microsoft.mixedreality..../SDK/Features/UX/Scripts/Tooltips/IToolTipHighlight.cs

11 lines
214 B
C#

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace Microsoft.MixedReality.Toolkit.UI
{
public interface IToolTipHighlight
{
bool ShowHighlight { set; }
}
}