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
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
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
Y
[JsonProperty("y", NullValueHandling = NullValueHandling.Ignore)]
public double Y { get; set; }