Interface ISystemStateComponentData
An interface for a component type that stores system-specific data.
Namespace: Unity.Entities
Syntax
public interface ISystemStateComponentData : IComponentData
Remarks
See System State Components for additional information.