Class Res
- Namespace
- PlumJsonAnimator.Models.Resources
- Assembly
- PlumJsonAnimator.dll
Resources -- images, textures etc
public class Res : INotifyable, INotifyPropertyChanged, IRenamable
- Inheritance
-
Res
- Implements
- Derived
- Inherited Members
Constructors
Res(ProjectFilesManager, GlobalState)
public Res(ProjectFilesManager projectManager, GlobalState globalState)
Parameters
projectManagerProjectFilesManagerglobalStateGlobalState
Fields
_globalState
protected GlobalState _globalState
Field Value
_path
protected string _path
Field Value
_projectManager
protected ProjectFilesManager _projectManager
Field Value
ext
public string ext
Field Value
Properties
GetName
public string GetName { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
Preview
public IImage? Preview { get; }
Property Value
- IImage
Methods
SetName(string?)
public void SetName(string? name)
Parameters
namestring
SetPath(string)
public void SetPath(string newProjectPath)
Parameters
newProjectPathstring