Table of Contents

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

string

Methods

SetName(string?)

void SetName(string? name)

Parameters

name string