Méthode | Description | |
---|---|---|
DisposeGif ( ) : void |
Notify processor that the gif is disposed. If using UniGif plugin we just cancel the download if pending If using webworker we send a message to kernel to cancel download and/or remove created texture from memory
|
|
GifProcessor ( string url ) : System.Collections | ||
Load ( Action, OnSuccess, Action, OnFail ) : IEnumerator, |
Request the download and processing of a gif
|
Méthode | Description | |
---|---|---|
JSProcessorLoad ( string url, Action, OnSuccess, Action, OnFail ) : IEnumerator, | ||
UniGifProcessorLoad ( string url, Action, OnSuccess, Action, OnFail ) : IEnumerator, |
public GifProcessor ( string url ) : System.Collections | ||
url | string | |
Résultat | System.Collections |
public Load ( Action, OnSuccess, Action, OnFail ) : IEnumerator, | ||
OnSuccess | Action, | success callback with gif's frames arry |
OnFail | Action, | fail callback |
Résultat | IEnumerator, |