Method BuildData
BuildData<TResult>(AddressablesDataBuilderInput)
Build the data of a specific type.
Declaration
TResult BuildData<TResult>(AddressablesDataBuilderInput builderInput)
where TResult : IDataBuilderResult
Parameters
Type | Name | Description |
---|---|---|
AddressablesDataBuilderInput | builderInput | The builderInput used to build the data. |
Returns
Type | Description |
---|---|
TResult | The built data. |
Type Parameters
Name | Description |
---|---|
TResult | The data type. |