Class SlotData
- Namespace
- PlumJsonAnimator.Models.SkeletonNameSpace
- Assembly
- PlumJsonAnimator.dll
Slot JSON data
public class SlotData
- Inheritance
-
SlotData
- Inherited Members
Properties
Attachment
[JsonProperty("attachment", NullValueHandling = NullValueHandling.Ignore)]
public string? Attachment { get; set; }
Property Value
Bone
[JsonProperty("bone", NullValueHandling = NullValueHandling.Ignore)]
public string? Bone { get; set; }
Property Value
Name
[JsonProperty("name")]
public string Name { get; set; }