varollo.asepriteimporter.metadata.asepritetagdata - Varollo/aseprite-importer GitHub Wiki

< Back


AsepriteTagData

Namespace: Varollo.AsepriteImporter.MetaData

Structure containing AsepriteMetaData from a tag on a AsepriteSheet.

public struct AsepriteTagData

Inheritance ObjectValueTypeAsepriteTagData

Properties

Name

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; }

Property Value

String

From

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; }

Property Value

Nullable<Int32>

To

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; }

Property Value

Nullable<Int32>

Direction

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; }

Property Value

AsepriteAnimationDirection

Color

Color of the tag in Aseprite.

Represents property "color" on AsepriteMetaData.Tags's JSON data.

public Color Color { get; internal set; }

Property Value

Color


< Back

⚠️ **GitHub.com Fallback** ⚠️