mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
add MetaTags.ENGINE_MEMBER
This commit is contained in:
parent
c13deb9d13
commit
005a5ff541
@ -18,6 +18,7 @@
|
|||||||
public const string POST_END_LAYER = NAME_SPACE + nameof(POST_END_LAYER);
|
public const string POST_END_LAYER = NAME_SPACE + nameof(POST_END_LAYER);
|
||||||
|
|
||||||
public const string META_HIDDEN_TAG = "HiddenInDebagging";
|
public const string META_HIDDEN_TAG = "HiddenInDebagging";
|
||||||
|
public const string META_ENGINE_MEMBER_TAG = "EngineMember";
|
||||||
|
|
||||||
public const int MAGIC_PRIME = 314159;
|
public const int MAGIC_PRIME = 314159;
|
||||||
|
|
||||||
|
@ -35,5 +35,6 @@ namespace DCFApixels.DragonECS
|
|||||||
public readonly ref struct MetaTags
|
public readonly ref struct MetaTags
|
||||||
{
|
{
|
||||||
public const string HIDDEN = EcsConsts.META_HIDDEN_TAG;
|
public const string HIDDEN = EcsConsts.META_HIDDEN_TAG;
|
||||||
|
public const string ENGINE_MEMBER = EcsConsts.META_ENGINE_MEMBER_TAG;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user