Table of Contents

Class AnimationData

Namespace
PlumJsonAnimator.Models.SkeletonNameSpace
Assembly
PlumJsonAnimator.dll

Animation data

public class AnimationData
Inheritance
AnimationData
Inherited Members

Properties

Bones

[JsonProperty("bones")]
public BonesListData? Bones { get; set; }

Property Value

BonesListData

DrawOrder

[JsonProperty("drawOrder")]
public List<DrawOrderItem>? DrawOrder { get; set; }

Property Value

List<DrawOrderItem>