docs.unity3d.com
    Show / Hide Table of Contents

    Method ToComponentDataArrayAsync

    ToComponentDataArrayAsync<T>(Allocator, out JobHandle)

    Creates a NativeArray containing the components of type T for the selected entities.

    Declaration
    [BurstCompatible(GenericTypeArguments = new Type[]{typeof(BurstCompatibleComponentData)})]
    public NativeArray<T> ToComponentDataArrayAsync<T>(Allocator allocator, out JobHandle jobhandle)
        where T : struct, IComponentData
    Parameters
    Type Name Description
    Allocator allocator

    The type of memory to allocate.

    JobHandle jobhandle

    An out parameter assigned a handle that you can use as a dependency for a Job that uses the NativeArray.

    Returns
    Type Description
    NativeArray<T>

    An array containing the specified component for all the entities selected by the EntityQuery.

    Type Parameters
    Name Description
    T

    The component type.

    Exceptions
    Type Condition
    InvalidOperationException

    Thrown if T is not part of the query.

    In This Article
    • ToComponentDataArrayAsync<T>(Allocator, out JobHandle)
    Back to top
    Terms of use
    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