Class RegisterGenericComponentTypeAttribute
When added as an assembly-level attribute, allows creating component type reflection data for instances of generic components
for the Type
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterGenericComponentTypeAttribute : Attribute
Constructors
Name | Description |
---|---|
Register |
Registers a fully closed generic component type with the Type |
Fields
Name | Description |
---|---|
Concrete |
Fully closed generic component type to register with the Type |