Class RegisterGenericJobTypeAttribute
When added as an assembly-level attribute, allows creating job reflection data for instances of generic jobs.
Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterGenericJobTypeAttribute : Attribute, _Attribute
Remarks
This attribute allows specific instances of generic jobs to be registered for reflection data generation.
Constructors
RegisterGenericJobTypeAttribute(Type)
Declaration
public RegisterGenericJobTypeAttribute(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Fields
ConcreteType
Declaration
public Type ConcreteType
Field Value
| Type | Description |
|---|---|
| Type |