Class RegisterGenericJobTypeAttribute
When added as an assembly-level attribute, allows creating job reflection data for instances of generic jobs.
Namespace: Unity.Entities
Syntax
public class RegisterGenericJobTypeAttribute : Attribute
Remarks
This attribute allows specific instances of generic jobs to be registered for reflection data generation.
Constructors
| Name | Description |
|---|---|
| RegisterGenericJobTypeAttribute(Type) |
Fields
| Name | Description |
|---|---|
| ConcreteType |