Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

UnityWebRequest.isModifiable

public bool isModifiable;

Description

Returns true while a UnityWebRequest’s configuration properties can be altered. (Read Only)

Examples of configuration properties include downloadHandler, method and url. This property will return false after a call to Send.

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