RegisterGenericJobTypeAttribute
When added as an assembly-level attribute, allows creating job reflection data for instances of generic jobs.
Read time 3 minutesLast updated 13 days ago
Definition
- Type: Class
- Namespace: Unity.Jobs
- Assembly: UnityEngine.ManagedKernelModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]public class RegisterGenericJobTypeAttribute : Attribute
Remarks
This attribute allows specific instances of generic jobs to be registered for reflection data generation.
Fields
Value | Description |
|---|---|
| ConcreteType | Fully closed generic job type to register with the job system |
Constructors
Constructor | Description |
|---|---|
| RegisterGenericJobTypeAttribute(System.Type) | Registers a fully closed generic job type with the job system |