Interface IRenamable
- Namespace
- PlumJsonAnimator.Models.Interfaces
- Assembly
- PlumJsonAnimator.dll
Interface for al objects which can be renamed from UI
public interface IRenamable
Properties
GetName
string GetName { get; set; }
Property Value
Methods
SetName(string?)
void SetName(string? name)
Parameters
namestring