Table of Contents

Class SkinData

Namespace
PlumJsonAnimator.Models.SkeletonNameSpace
Assembly
PlumJsonAnimator.dll

Skin JSON data

public class SkinData
Inheritance
SkinData
Inherited Members

Properties

Attachments

[JsonProperty("attachments")]
public required Dictionary<string, Dictionary<string, AttachmentData>> Attachments { get; set; }

Property Value

Dictionary<string, Dictionary<string, AttachmentData>>

Name

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

Property Value

string