varollo.asepriteimporter.metadata.asepritetagdata - Varollo/aseprite-importer GitHub Wiki
Namespace: Varollo.AsepriteImporter.MetaData
Structure containing AsepriteMetaData from a tag on a AsepriteSheet.
public struct AsepriteTagData
Inheritance Object → ValueType → AsepriteTagData
Name of the tag in Aseprite, used to group frames of the same animation.
Represents property "name"
on AsepriteMetaData.Tags's JSON data.
public string Name { get; internal set; }
Firstframe index of the animation corresponding to the tag.
Represents property "from"
on AsepriteMetaData.Tags's JSON data.
public Nullable<int> From { get; internal set; }
Lastframe index of the animation corresponding to the tag.
Represents property "to"
on AsepriteMetaData.Tags's JSON data.
public Nullable<int> To { get; internal set; }
Direction and loop mode of the animation corresponding to the tag.
Represents property "direction"
on AsepriteMetaData.Tags's JSON data.
public AsepriteAnimationDirection Direction { get; internal set; }
Color of the tag in Aseprite.
Represents property "color"
on AsepriteMetaData.Tags's JSON data.
public Color Color { get; internal set; }
Color