Table of Contents

Class BoneData

Namespace
PlumJsonAnimator.Models.SkeletonNameSpace
Assembly
PlumJsonAnimator.dll

Jsonifyed bone data

public class BoneData
Inheritance
BoneData
Inherited Members

Properties

Name

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

Property Value

string

Parent

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

Property Value

string

Rotation

[JsonProperty("rotation", DefaultValueHandling = DefaultValueHandling.Ignore)]
public double Rotation { get; set; }

Property Value

double

X

[JsonProperty("x", DefaultValueHandling = DefaultValueHandling.Ignore)]
public double X { get; set; }

Property Value

double

Y

[JsonProperty("y", DefaultValueHandling = DefaultValueHandling.Ignore)]
public double Y { get; set; }

Property Value

double