







Encoding large GIF-files can take much more time than decoding. In this case, best practice is to display progress bar. This example shows how to use decode iterator.
Namespace:
Assets.PowerGif.Examples.Scripts
Assembly: Assembly-CSharp (in Assembly-CSharp.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class EncodeProgressExample |
C# |
---|
public class EncodeProgressExample : ExampleBase |
C++ |
---|
public ref class EncodeProgressExample : public ExampleBase^ |
JScript |
---|
public class EncodeProgressExample |
Inheritance Hierarchy
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Assets.PowerGif.Examples.Scripts.ExampleBase
Assets.PowerGif.Examples.Scripts.EncodeProgressExample
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Assets.PowerGif.Examples.Scripts.ExampleBase
Assets.PowerGif.Examples.Scripts.EncodeProgressExample