docs.unity.cn
    Show / Hide Table of Contents

    Method WithSharedComponentFilter

    WithSharedComponentFilter<T>(ForEachLambdaJobDescription, T)

    Declaration
    public static ForEachLambdaJobDescription WithSharedComponentFilter<T>(this ForEachLambdaJobDescription description, T sharedComponent)
        where T : struct, ISharedComponentData
    Parameters
    Type Name Description
    Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescription description
    T sharedComponent
    Returns
    Type Description
    Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescription
    Type Parameters
    Name Description
    T

    WithSharedComponentFilter<T>(LambdaJobChunkDescription, T)

    Declaration
    public static LambdaJobChunkDescription WithSharedComponentFilter<T>(this LambdaJobChunkDescription description, T sharedComponent)
        where T : struct, ISharedComponentData
    Parameters
    Type Name Description
    Unity.Entities.CodeGeneratedJobForEach.LambdaJobChunkDescription description
    T sharedComponent
    Returns
    Type Description
    Unity.Entities.CodeGeneratedJobForEach.LambdaJobChunkDescription
    Type Parameters
    Name Description
    T

    WithSharedComponentFilter<T>(ForEachLambdaJobDescriptionJCS, T)

    Declaration
    public static ForEachLambdaJobDescriptionJCS WithSharedComponentFilter<T>(this ForEachLambdaJobDescriptionJCS description, T sharedComponent)
        where T : struct, ISharedComponentData
    Parameters
    Type Name Description
    Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescriptionJCS description
    T sharedComponent
    Returns
    Type Description
    Unity.Entities.CodeGeneratedJobForEach.ForEachLambdaJobDescriptionJCS
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 28, 2021