Method OnPrebuild
OnPrebuild(AddressablesDataBuilderInput)
Called before beginning the Addressables content build.
선언
public virtual bool OnPrebuild(AddressablesDataBuilderInput input)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressablesDataBuilderInput | input | Input used for the Addressables content build |
반환
타입 | 설명 |
---|---|
bool | True for success, else false and fail the build |