Class LambdaJobChunkDescription_SetSharedComponent | Entities | 0.10.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class LambdaJobChunkDescription_SetSharedComponent

    Inheritance
    Object
    LambdaJobChunkDescription_SetSharedComponent
    Namespace: Unity.Entities
    Syntax
    public static class LambdaJobChunkDescription_SetSharedComponent

    Methods

    SetSharedComponentFilterOnQuery<T>(LambdaJobChunkDescription, T, EntityQuery)

    Declaration
    public static LambdaJobChunkDescription SetSharedComponentFilterOnQuery<T>(LambdaJobChunkDescription description, T sharedComponent, EntityQuery query)
        where T : struct, ISharedComponentData
    Parameters
    Type Name Description
    Unity.Entities.CodeGeneratedJobForEach.LambdaJobChunkDescription description
    T sharedComponent
    EntityQuery query
    Returns
    Type Description
    Unity.Entities.CodeGeneratedJobForEach.LambdaJobChunkDescription
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX