mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2026-04-22 01:45:55 +08:00
fix
This commit is contained in:
parent
b101f029ce
commit
72729c3222
@ -20,7 +20,7 @@ namespace DCFApixels.DragonECS
|
|||||||
[MetaColor(MetaColor.DragonRose)]
|
[MetaColor(MetaColor.DragonRose)]
|
||||||
[MetaGroup(EcsConsts.PACK_GROUP, EcsConsts.POOLS_GROUP)]
|
[MetaGroup(EcsConsts.PACK_GROUP, EcsConsts.POOLS_GROUP)]
|
||||||
[MetaDescription(EcsConsts.AUTHOR, "Standard component.")]
|
[MetaDescription(EcsConsts.AUTHOR, "Standard component.")]
|
||||||
[MetaID("DragonECS_84D2537C9201D6F6B92FEC1C8883A07A")]
|
[MetaID("DragonECS_B053D6FA9C01208AFD1922E6A1D57D83")]
|
||||||
public interface IEcsValueComponent : IEcsComponentMember { }
|
public interface IEcsValueComponent : IEcsComponentMember { }
|
||||||
|
|
||||||
/// <summary>Pool for IEcsValueComponent components</summary>
|
/// <summary>Pool for IEcsValueComponent components</summary>
|
||||||
@ -31,7 +31,7 @@ namespace DCFApixels.DragonECS
|
|||||||
[MetaColor(MetaColor.DragonRose)]
|
[MetaColor(MetaColor.DragonRose)]
|
||||||
[MetaGroup(EcsConsts.PACK_GROUP, EcsConsts.POOLS_GROUP)]
|
[MetaGroup(EcsConsts.PACK_GROUP, EcsConsts.POOLS_GROUP)]
|
||||||
[MetaDescription(EcsConsts.AUTHOR, "Pool for IEcsValueComponent components.")]
|
[MetaDescription(EcsConsts.AUTHOR, "Pool for IEcsValueComponent components.")]
|
||||||
[MetaID("DragonECS_C501547C9201A4B03FC25632E4FAAFD7")]
|
[MetaID("DragonECS_5097D6FA9C0109349197EEAC3A0D2858")]
|
||||||
[DebuggerDisplay("Count: {Count} Type: {ComponentType}")]
|
[DebuggerDisplay("Count: {Count} Type: {ComponentType}")]
|
||||||
public sealed unsafe class EcsValuePool<T> : IEcsPoolImplementation<T>, IEcsStructPool<T>, IEnumerable<T> //IEnumerable<T> - IntelliSense hack
|
public sealed unsafe class EcsValuePool<T> : IEcsPoolImplementation<T>, IEcsStructPool<T>, IEnumerable<T> //IEnumerable<T> - IntelliSense hack
|
||||||
where T : unmanaged, IEcsValueComponent
|
where T : unmanaged, IEcsValueComponent
|
||||||
|
|||||||
11
src/Pools/EcsValuePool.cs.meta
Normal file
11
src/Pools/EcsValuePool.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ffb282acdd5b51e4da44dc5cef296d50
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Loading…
Reference in New Issue
Block a user