Class JobProducerTypeAttribute
Namespace: Unity.Jobs.LowLevel.Unsafe
Syntax
[AttributeUsage(AttributeTargets.Interface)]
public sealed class JobProducerTypeAttribute : Attribute, _Attribute
Constructors
JobProducerTypeAttribute(Type)
Declaration
public JobProducerTypeAttribute(Type producerType)
Parameters
Type | Name | Description |
---|---|---|
Type | producerType |
Properties
ProducerType
Declaration
public Type ProducerType { get; }
Property Value
Type | Description |
---|---|
Type |