Struct Prefab Marks the entity as a prefab, which implicitly disables the entity. By default EntityQuery does not include entities containing the Prefab component. Namespace: Unity.Entities Syntax public struct Prefab : IComponentData