Class AnimatedClip
Inheritance
System.Object
AnimatedClip
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
public sealed class AnimatedClip : IDisposable
Constructors
AnimatedClip(Int32, Int32, Int32, RenderTexture[])
Declaration
public AnimatedClip(int width, int height, int fps, RenderTexture[] frames)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | |
System.Int32 | height | |
System.Int32 | fps | |
RenderTexture[] | frames |
Properties
FramePerSecond
The FPS of this clip.
Declaration
public int FramePerSecond { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The frame per second. |
Frames
The frames of this clip.
Declaration
public RenderTexture[] Frames { get; }
Property Value
Type | Description |
---|---|
RenderTexture[] | The frames. |
Height
The height of this clip in pixels.
Declaration
public int Height { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The height. |
Length
The length of this clip in seconds.
Declaration
public float Length { get; }
Property Value
Type | Description |
---|---|
System.Single | The length. |
Width
The width of this clip in pixels.
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The width. |
Methods
Dispose()
Release all the
Declaration
public void Dispose()
Finalize()
Declaration
protected void Finalize()
IsDisposed()
Declaration
public bool IsDisposed()
Returns
Type | Description |
---|---|
System.Boolean |