Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

UnityWebRequest.isModifiable

매뉴얼로 전환
public bool isModifiable ;

설명

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.