Method BuildDataImplementation
BuildDataImplementation<TResult>(AddressablesDataBuilderInput)
The implementation of BuildData<TResult>(AddressablesDataBuilderInput). That is the public entry point, this is the home for child class overrides.
선언
protected virtual TResult BuildDataImplementation<TResult>(AddressablesDataBuilderInput builderInput) where TResult : IDataBuilderResult
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| AddressablesDataBuilderInput | builderInput | The builderInput object used in the build |
반환
| 타입 | 설명 |
|---|---|
| TResult | The build data result |
타입 파라미터
| 이름 | 설명 |
|---|---|
| TResult | The type of data to build |