Show / Hide Table of Contents

Class AseFile

Inheritance
System.Object
AseFile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FasterGames.Aseprite.Editor.Library
Assembly: cs.temp.dll.dll
Syntax
public class AseFile

Constructors

AseFile(Stream)

Declaration
public AseFile(Stream stream)
Parameters
Type Name Description
System.IO.Stream stream

Properties

Frames

Declaration
public List<Frame> Frames { get; }
Property Value
Type Description
System.Collections.Generic.List<Frame>

Header

Declaration
public Header Header { get; }
Property Value
Type Description
Header

Methods

GetAnimations()

Declaration
public FrameTag[] GetAnimations()
Returns
Type Description
FrameTag[]

GetChunk<T>()

Declaration
public T GetChunk<T>()
    where T : Chunk
Returns
Type Description
T
Type Parameters
Name Description
T

GetChunks<T>()

Declaration
public List<T> GetChunks<T>()
    where T : Chunk
Returns
Type Description
System.Collections.Generic.List<T>
Type Parameters
Name Description
T

GetFrame(Int32, FrameOptions)

Declaration
public Texture2D GetFrame(int index, FrameOptions opts)
Parameters
Type Name Description
System.Int32 index
FrameOptions opts
Returns
Type Description
Texture2D

GetFrames(FrameOptions)

Declaration
public Texture2D[] GetFrames(FrameOptions opts)
Parameters
Type Name Description
FrameOptions opts
Returns
Type Description
Texture2D[]

GetLayersAsFrames()

Declaration
public Texture2D[] GetLayersAsFrames()
Returns
Type Description
Texture2D[]

GetLayerTexture(Int32, LayerChunk)

Declaration
public List<Texture2D> GetLayerTexture(int layerIndex, LayerChunk layer)
Parameters
Type Name Description
System.Int32 layerIndex
LayerChunk layer
Returns
Type Description
System.Collections.Generic.List<Texture2D>

GetTextureAtlas(FrameOptions)

Declaration
public Texture2D GetTextureAtlas(FrameOptions opts)
Parameters
Type Name Description
FrameOptions opts
Returns
Type Description
Texture2D

GetTextureFromCel(CelChunk)

Declaration
public Texture2D GetTextureFromCel(CelChunk cel)
Parameters
Type Name Description
CelChunk cel
Returns
Type Description
Texture2D
In This Article
Back to top Copyright FasterGames ©