Struct BuildComponentDataToEntityLookupTask<TComponentData> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct BuildComponentDataToEntityLookupTask<TComponentData>

    Namespace: Unity.Entities
    Syntax
    public struct BuildComponentDataToEntityLookupTask<TComponentData> : IDisposable where TComponentData : struct, IComponentData, IEquatable<TComponentData>
    Type Parameters
    Name Description
    TComponentData

    Constructors

    BuildComponentDataToEntityLookupTask(Int32, Allocator)

    Declaration
    public BuildComponentDataToEntityLookupTask(int capacity, Allocator allocator)
    Parameters
    Type Name Description
    System.Int32 capacity
    Allocator allocator

    Properties

    IsCreated

    Declaration
    public bool IsCreated { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose()

    Declaration
    public void Dispose()

    GetComponentDataToEntityMap()

    Declaration
    public NativeMultiHashMap<TComponentData, Entity> GetComponentDataToEntityMap()
    Returns
    Type Description
    NativeMultiHashMap<TComponentData, Entity>

    Schedule(NativeArray<ArchetypeChunk>)

    Declaration
    public JobHandle Schedule(NativeArray<ArchetypeChunk> chunks)
    Parameters
    Type Name Description
    NativeArray<ArchetypeChunk> chunks
    Returns
    Type Description
    JobHandle
    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