Class RegisterGenericJobTypeAttribute | Entities | 0.16.0-preview.21
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023