Add HideInTypeMenuAttribute
This commit is contained in:
parent
b7d76fb0c5
commit
63d2d94953
@ -0,0 +1,11 @@
|
||||
#if UNITY_2019_3_OR_NEWER
|
||||
using System;
|
||||
|
||||
/// <summary>
|
||||
/// An attribute that hides the type in the SubclassSelector.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class HideInTypeMenuAttribute : Attribute {
|
||||
|
||||
}
|
||||
#endif
|
||||
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9f48f5d86a108b94a9c26381f5ce678c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
x
Reference in New Issue
Block a user