uPano
v3.1
|
Texture request wrapper of WWW, which works in edit and play mode More...
Additional Inherited Members | |
Public Member Functions inherited from InfinityCode.uPano.Requests.WWWRequest | |
WWWRequest (string url) | |
Makes a new GET request by url More... | |
Public Attributes inherited from InfinityCode.uPano.Requests.WWWRequest | |
readonly string | url |
URL of request More... | |
IEnumerator | routine |
Request routine More... | |
Public Attributes inherited from InfinityCode.uPano.Requests.StatusRequest< WWWRequest > | |
Action< T > | OnSuccess |
Action that occurs when the request is successful More... | |
Action< T > | OnError |
Action that occurs when the request is failed More... | |
Static Public Attributes inherited from InfinityCode.uPano.Requests.WWWRequest | |
static Func< string, string > | OnPrepareURL |
Hook to intercept and modify the URL of any request More... | |
Properties inherited from InfinityCode.uPano.Requests.WWWRequest | |
byte[]? | bytes [get] |
Returns the contents of the fetched web page as a byte array More... | |
bool | isDone [get] |
Gets whether the request is completed More... | |
override bool | keepWaiting [get] |
Indicates if coroutine should be kept suspended More... | |
string? | text [get] |
Returns the contents of the fetched web page as a string More... | |
virtual Texture2D | texture [get] |
Returns a Texture2D generated from the downloaded data More... | |
Properties inherited from InfinityCode.uPano.Requests.StatusRequest< WWWRequest > | |
abstract bool | hasErrors [get] |
Gets whether the request contains an error More... | |
abstract string | error [get] |
Gets an error of the request More... | |
Texture request wrapper of WWW, which works in edit and play mode