Class RegisterGenericJobTypeAttribute | Entities | 0.14.0-preview.19
docs.unity.cn
    Show / Hide Table of Contents

    Class RegisterGenericJobTypeAttribute

    When added as an assembly-level attribute, allows creating job reflection data for instances of generic jobs.

    Inheritance
    Object
    Attribute
    RegisterGenericJobTypeAttribute
    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, September 10, 2020