mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-17 19:24:36 +08:00
update
This commit is contained in:
parent
3da9cb9065
commit
22e128fa8f
@ -1,9 +0,0 @@
|
|||||||
namespace DCFApixels.DragonECS
|
|
||||||
{
|
|
||||||
[System.Serializable]
|
|
||||||
[MetaColor(MetaColor.DragonRose)]
|
|
||||||
[MetaGroup(EcsGraphConsts.PACK_GROUP)]
|
|
||||||
[MetaDescription(EcsConsts.AUTHOR, "...")]
|
|
||||||
[MetaID("1C53321A9301DB70DB84A88611F6C36C")]
|
|
||||||
public struct IsMissingRelationNode : IEcsTagComponent { }
|
|
||||||
}
|
|
@ -64,6 +64,8 @@ namespace DCFApixels.DragonECS
|
|||||||
public override string ToString() { return $"arc({start} -> {end})"; }
|
public override string ToString() { return $"arc({start} -> {end})"; }
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
[StructLayout(LayoutKind.Sequential, Pack = 4, Size = 12)]
|
||||||
|
[Serializable]
|
||||||
public readonly ref struct StartRelEnd
|
public readonly ref struct StartRelEnd
|
||||||
{
|
{
|
||||||
/// <summary>Start vertex entity ID.</summary>
|
/// <summary>Start vertex entity ID.</summary>
|
||||||
@ -118,6 +120,8 @@ namespace DCFApixels.DragonECS
|
|||||||
public override string ToString() { return $"arc({start} --({rel})-> {end})"; }
|
public override string ToString() { return $"arc({start} --({rel})-> {end})"; }
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
[StructLayout(LayoutKind.Sequential, Pack = 4, Size = 8)]
|
||||||
|
[Serializable]
|
||||||
public readonly ref struct RelEnd
|
public readonly ref struct RelEnd
|
||||||
{
|
{
|
||||||
/// <summary>Relation entity ID.</summary>
|
/// <summary>Relation entity ID.</summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user