There was an error while loading. Please reload this page.
1 parent 4f5b465 commit 036ee1aCopy full SHA for 036ee1a
1 file changed
org.mixedrealitytoolkit.core/Utilities/Attributes/EnumFlagsAttribute.cs
@@ -14,11 +14,12 @@ namespace MixedReality.Toolkit
14
/// From https://answers.unity.com/questions/486694/default-editor-enum-as-flags-.html
15
/// </remarks>
16
[AttributeUsage(AttributeTargets.Field)]
17
+ [Obsolete("Use Unity.XR.CoreUtils.GUI.FlagsPropertyAttribute instead.")]
18
public sealed class EnumFlagsAttribute : PropertyAttribute
19
{
20
/// <summary>
21
/// Initializes a new instance of the <see cref="EnumFlagsAttribute"/> class.
22
/// </summary>
23
public EnumFlagsAttribute() { }
24
}
-}
25
+}
0 commit comments