Method BuildData
BuildData<TResult>(AddressablesDataBuilderInput)
Build the data of a specific type.
선언
TResult BuildData<TResult>(AddressablesDataBuilderInput builderInput) where TResult : IDataBuilderResult
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| AddressablesDataBuilderInput | builderInput | The builderInput used to build the data. |
반환
| 타입 | 설명 |
|---|---|
| TResult | The built data. |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TResult | The data type. |