Reply To: Custom Properties on IStatement

NodeCanvas Forums Support Custom Properties on IStatement Reply To: Custom Properties on IStatement

#15854
blokymose
Participant

I’ve found the way.

1. Add your new property in IStatement interface located in IStatement.cs; Don’t forget to implement that new property inside Statement class located in the same file.

2. Add a new GUI for the drawer inside StatementDrawer.cs, then assign your property by the GUI. It’s hard to explain, but here’s my code:

Attachments:
  1. Screenshot-2021-09-11-165815.jpg