mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-17 19:24:36 +08:00
Compare commits
3 Commits
741d2f6ebd
...
21b891b44c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
21b891b44c | ||
![]() |
aff9c033d1 | ||
![]() |
516da428dd |
@ -8,7 +8,7 @@
|
|||||||
"displayName": "DragonECS-Graphs",
|
"displayName": "DragonECS-Graphs",
|
||||||
"description": "Entity Graphs for DragonECS",
|
"description": "Entity Graphs for DragonECS",
|
||||||
"unity": "2020.3",
|
"unity": "2020.3",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/DCFApixels/DragonECS-Graphs.git"
|
"url": "https://github.com/DCFApixels/DragonECS-Graphs.git"
|
||||||
|
@ -7,7 +7,7 @@ namespace DCFApixels.DragonECS
|
|||||||
[MetaGroup(EcsConsts.PACK_GROUP, EcsConsts.WORLDS_GROUP)]
|
[MetaGroup(EcsConsts.PACK_GROUP, EcsConsts.WORLDS_GROUP)]
|
||||||
[MetaDescription(EcsConsts.AUTHOR, "Inherits EcsWorld without extending its functionality and is used for specific injections. Can be used as argument to EcsWorld.CreateGraph(new " + nameof(EcsGraphWorld) + "()) and to store relation entity.")]
|
[MetaDescription(EcsConsts.AUTHOR, "Inherits EcsWorld without extending its functionality and is used for specific injections. Can be used as argument to EcsWorld.CreateGraph(new " + nameof(EcsGraphWorld) + "()) and to store relation entity.")]
|
||||||
[DebuggerTypeProxy(typeof(DebuggerProxy))]
|
[DebuggerTypeProxy(typeof(DebuggerProxy))]
|
||||||
[MetaID("ECC4CF479301897718600925B00A7DB4")]
|
[MetaID("DragonECS_ECC4CF479301897718600925B00A7DB4")]
|
||||||
public sealed class EcsGraphWorld : EcsWorld, IInjectionUnit, IInjectionBlock
|
public sealed class EcsGraphWorld : EcsWorld, IInjectionUnit, IInjectionBlock
|
||||||
{
|
{
|
||||||
public EcsGraphWorld() : base() { }
|
public EcsGraphWorld() : base() { }
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#if DISABLE_DEBUG
|
#if DISABLE_DEBUG
|
||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
using DCFApixels.DragonECS.Core;
|
||||||
using DCFApixels.DragonECS.Graphs.Internal;
|
using DCFApixels.DragonECS.Graphs.Internal;
|
||||||
|
|
||||||
namespace DCFApixels.DragonECS
|
namespace DCFApixels.DragonECS
|
||||||
|
Loading…
Reference in New Issue
Block a user