docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetConfigurationDescriptors

    GetConfigurationDescriptors(Allocator)

    This getter should allocate a new NativeArray using allocator and populate it with the supported ConfigurationDescriptors.

    Declaration
    public virtual NativeArray<ConfigurationDescriptor> GetConfigurationDescriptors(Allocator allocator)
    Parameters
    Type Name Description
    Allocator allocator

    The Allocator to use to create the returned NativeArray.

    Returns
    Type Description
    NativeArray<ConfigurationDescriptor>

    A newly allocated NativeArray of ConfigurationDescriptors that describes the capabilities of all the supported configurations.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023