Interface ISharedComponentData
An interface for a component type whose value is shared across all entities with the same value.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[RequireImplementors]
public interface ISharedComponentData : IQueryTypeParameter
Remarks
For more information, see the documentation on Shared components.