UnityWebRequest.disposeDownloadHandlerOnDispose

public bool disposeDownloadHandlerOnDispose;

Description

If true, any DownloadHandler attached to this UnityWebRequest will have DownloadHandler.Dispose called automatically when UnityWebRequest.Dispose is called.

Default: true.

If no DownloadHandler is attached to this UnityWebRequest, this property has no effect.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答