mixedreality/com.microsoft.mixedreality..../SDK/Experimental/InteractiveElement/IE/IStateEventConfig.cs

13 lines
300 B
C#

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License
namespace Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement
{
public interface IStateEventConfig
{
string StateName { get; set; }
BaseEventReceiver EventReceiver { get; set; }
}
}