docs.unity3d.com
    目次を表示する/隠す

    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.Jobs
    Syntax
    [MovedFrom(true, "Unity.Entities", "Unity.Entities", null)]
    [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)

    Registers a fully closed generic job type with the job system

    Declaration
    public RegisterGenericJobTypeAttribute(Type type)
    Parameters
    Type Name Description
    Type type

    Fields

    ConcreteType

    Fully closed generic job type to register with the job system

    Declaration
    public Type ConcreteType
    Field Value
    Type Description
    Type
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)