Interface ISparseComponent
- Namespace
- Frent.Components
- Assembly
- Frent.dll
Marks a component to be stored in sparse sets instead of archetypes.
public interface ISparseComponent : IComponentBase
Remarks
Pros: Faster add/remove operations; lower archetype fragmentation. Cons: Slower systems, less contiguous components, increased memory overhead.