Class SettingsData
- Namespace
- PlumJsonAnimator.Services
- Assembly
- PlumJsonAnimator.dll
Contains jsonifyed settings data
public class SettingsData
- Inheritance
-
SettingsData
- Inherited Members
Properties
Anim
[JsonProperty("project_anim")]
public required string Anim { get; set; }
Property Value
Name
[JsonProperty("project_name")]
public required string Name { get; set; }
Property Value
Path
[JsonProperty("project_path")]
public required string Path { get; set; }
Property Value
Spine
[JsonProperty("project_spine")]
public required string Spine { get; set; }