Reply To: How to create/get properties of groups of data via classes/structs?

FlowCanvas Forums Support How to create/get properties of groups of data via classes/structs? Reply To: How to create/get properties of groups of data via classes/structs?

#1187
Gavalakis
Keymaster

Hello,

I think the issue that you faced, is with the fact that FlowCanvas right now, can not access fields, but rather only properties of classes.
If you “Card” class has properties, then they can be accessed normally in FlowCanvas. Here is an example of what I mean.

CardProperties

As you see above, the Properties of the class can be accessed, but the Fields of the class can not.
You can of course organize your class similar to the above script, where there exist properties with backing fields, but starting from the next version and on, fields will also be possible to be accessed directly. 🙂

If you want, I can send you the new version able to access fields to your registered email.
Let me know.
Thanks.

Join us on Discord: https://discord.gg/97q2Rjh

Attachments:
  1. CardProperties.png