Class Attachment
- Namespace
- PlumJsonAnimator.Models.SkeletonNameSpace
- Assembly
- PlumJsonAnimator.dll
Attachment class. Helps to bind slot and res or another functions
public abstract class Attachment : INotifyable, INotifyPropertyChanged
- Inheritance
-
Attachment
- Implements
- Derived
- Inherited Members
Fields
_height
protected int? _height
Field Value
- int?
_width
protected int? _width
Field Value
- int?
a
public double a
Field Value
x
public double x
Field Value
y
public double y
Field Value
Properties
Name
public string? Name { get; set; }
Property Value
Methods
GenerateJSONData()
public abstract AttachmentData GenerateJSONData()
Returns
GetRes()
public virtual Res? GetRes()
Returns
GetSize()
public Dictionary<string, int?> GetSize()
Returns
- Dictionary<string, int?>
SetPos(double, double, double)
public void SetPos(double x, double y, double a)
Parameters
SetSize(double, double)
public void SetSize(double width, double height)