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 |
Returns
Type | Description |
---|---|
NativeArray<ConfigurationDescriptor> | A newly allocated |