Interface Codec
Namespace: Unity.UIWidgets.ui
Syntax
public interface Codec : IDisposable
Properties
frameCount
Declaration
int frameCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
repetitionCount
Declaration
int repetitionCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
getNextFrame()
Declaration
IPromise<FrameInfo> getNextFrame()
Returns
| Type | Description |
|---|---|
| IPromise<FrameInfo> |