mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
Add DebugHide attribute
This commit is contained in:
parent
e422e83d51
commit
3787f2fc38
7
src/Debug/Attributes/DebugHideAttribute.cs
Normal file
7
src/Debug/Attributes/DebugHideAttribute.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
using System;
|
||||||
|
|
||||||
|
namespace DCFApixels.DragonECS
|
||||||
|
{
|
||||||
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = true)]
|
||||||
|
public sealed class DebugHideAttribute : Attribute { }
|
||||||
|
}
|
11
src/Debug/Attributes/DebugHideAttribute.cs.meta
Normal file
11
src/Debug/Attributes/DebugHideAttribute.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b733e9a3fe4b974478c982962d45f94f
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
Loading…
Reference in New Issue
Block a user