Method DoBuild
DoBuild<TResult>(AddressablesDataBuilderInput, AddressableAssetsBuildContext)
The method that does the actual building after all the groups have been processed.
선언
protected virtual TResult DoBuild<TResult>(AddressablesDataBuilderInput builderInput, AddressableAssetsBuildContext aaContext) where TResult : IDataBuilderResult
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressablesDataBuilderInput | builderInput | The generic builderInput of the |
AddressableAssetsBuildContext | aaContext |
반환
타입 | 설명 |
---|---|
TResult |
타입 파라미터
이름 | 설명 |
---|---|
TResult |