Class CodeData
- Namespace
- PlumJsonAnimator.Services
- Assembly
- PlumJsonAnimator.dll
Jsonifyed project
public class CodeData
- Inheritance
-
CodeData
- Inherited Members
Properties
Animations
[JsonProperty("animations")]
public required Dictionary<string, AnimationData> Animations { get; set; }
Property Value
Bones
[JsonProperty("bones")]
public required List<BoneData> Bones { get; set; }
Property Value
Skeleton
[JsonProperty("skeleton")]
public required MetaData Skeleton { get; set; }
Property Value
Skins
[JsonProperty("skins")]
public required List<SkinData> Skins { get; set; }
Property Value
Slots
[JsonProperty("slots")]
public required List<SlotData> Slots { get; set; }