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