Class FrameTag
Inheritance
System.Object
FrameTag
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.Chunks
Assembly: cs.temp.dll.dll
Syntax
public class FrameTag
Constructors
FrameTag(BinaryReader)
Declaration
public FrameTag(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader |
Properties
Animation
Declaration
public LoopAnimation Animation { get; }
Property Value
Type | Description |
---|---|
LoopAnimation |
FrameFrom
Declaration
public ushort FrameFrom { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
FrameTo
Declaration
public ushort FrameTo { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
TagColor
Declaration
public Color TagColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
TagName
Declaration
public string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |