Class JobProducerTypeAttribute
Inheritance
JobProducerTypeAttribute
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Interface)]
public sealed class JobProducerTypeAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
JobProducerTypeAttribute(Type)
Declaration
public JobProducerTypeAttribute(Type producerType)
Parameters
Type |
Name |
Description |
Type |
producerType |
|
Properties
|
Improve this Doc
View Source
ProducerType
Declaration
public Type ProducerType { get; }
Property Value
Implements
Extension Methods