Class DrawOrderOffset
- Namespace
- PlumJsonAnimator.Models.SkeletonNameSpace
- Assembly
- PlumJsonAnimator.dll
Draw order list item
public class DrawOrderOffset
- Inheritance
-
DrawOrderOffset
- Inherited Members
Properties
Offset
[JsonProperty("offset")]
public int Offset { get; set; }
Property Value
Slot
[JsonProperty("slot")]
public required string Slot { get; set; }