DecodeParallelExample Class

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.

Namespace: Assets.PowerGif.Examples.Scripts
Assembly: Assembly-CSharp (in Assembly-CSharp.dll)

Expand  imageSyntax

Visual Basic (Declaration)
Public Class DecodeParallelExample 
Inherits ExampleBase
C#
public class DecodeParallelExample : ExampleBase
C++
public ref class DecodeParallelExample : public ExampleBase^
JScript
public class DecodeParallelExample 
extends ExampleBase

Expand image Inheritance Hierarchy

Expand image Version Information

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

Expand image See Also