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

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.

Did you find this page useful? Please give it a rating: