DecodeParallelExample Members

PowerGif

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

Decoding GIF example. Important note: we can't work with UI and Texture2D in threads. To workaround this: 1. SimpleGif deals with SimpleGif.Texture2D, which contains pixel array the same as UnityEngine.Texture2D. 2. You should call DecodeParallel from Coroutine to display progress and result.

The following tables list the members exposed by the DecodeParallelExample type.

Expand image Public Methods

  Name Description
Public method Review (inherited from ExampleBase).
Public method Start
Top

Expand image Fields

  Name Description
Public field AnimatedImage
Public field ProgressFill
Top

Expand image See Also