Table of Contents

Class AttachmentData

Namespace
PlumJsonAnimator.Models.SkeletonNameSpace
Assembly
PlumJsonAnimator.dll

Jsonifyed attachment data

public class AttachmentData
Inheritance
AttachmentData
Inherited Members

Properties

A

[JsonProperty("a", NullValueHandling = NullValueHandling.Ignore)]
public double A { get; set; }

Property Value

double

Height

[JsonProperty("height", NullValueHandling = NullValueHandling.Ignore)]
public int? Height { get; set; }

Property Value

int?

Name

[JsonProperty("name")]
public required string Name { get; set; }

Property Value

string

Width

[JsonProperty("width", NullValueHandling = NullValueHandling.Ignore)]
public int? Width { get; set; }

Property Value

int?

X

[JsonProperty("x", NullValueHandling = NullValueHandling.Ignore)]
public double X { get; set; }

Property Value

double

Y

[JsonProperty("y", NullValueHandling = NullValueHandling.Ignore)]
public double Y { get; set; }

Property Value

double