CustomOutputNodeViewModel.cs 325 B

12345678
  1. using PixiEditor.ChangeableDocument.Changeables.Graph.Nodes;
  2. using PixiEditor.Extensions.Common.Localization;
  3. using PixiEditor.ViewModels.Nodes;
  4. namespace PixiEditor.ViewModels.Document.Nodes;
  5. [NodeViewModel("CUSTOM_OUTPUT_NODE", null, "\ue920")]
  6. internal class CustomOutputNodeViewModel : NodeViewModel<CustomOutputNode>;