Method BuildData
BuildData<TResult>(AddressablesDataBuilderInput)
Build the specified data with the provided builderInput. This is the public entry point. Child class overrides should use BuildDataImplementation<TResult>(AddressablesDataBuilderInput)
선언
public TResult BuildData<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. |