Class DisableAutoTypeRegistration
[DisableAutoTypeRegistration] prevents a Component Type from being registered in the TypeManager during TypeManager.Initialize(). Types that are not registered will not be recognized by EntityManager.
Namespace: Unity.Entities
Syntax
public class DisableAutoTypeRegistration : Attribute, _Attribute