Table of Contents

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

string

Bone

[JsonProperty("bone", NullValueHandling = NullValueHandling.Ignore)]
public string? Bone { get; set; }

Property Value

string

Name

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

Property Value

string