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.