Table of Contents

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

projectManager ProjectFilesManager
globalState GlobalState

Fields

_globalState

protected GlobalState _globalState

Field Value

GlobalState

_path

protected string _path

Field Value

string

_projectManager

protected ProjectFilesManager _projectManager

Field Value

ProjectFilesManager

ext

public string ext

Field Value

string

Properties

GetName

public string GetName { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string

Preview

public IImage? Preview { get; }

Property Value

IImage

Methods

SetName(string?)

public void SetName(string? name)

Parameters

name string

SetPath(string)

public void SetPath(string newProjectPath)

Parameters

newProjectPath string