Can I add a customized property to a component

Hello,

I tried to create a component to collect and record data while simulation is running. When I add a property item, I can choose “string,” “interger,” and other types for this property. Can I add a customized type for a property item? for example, I define a C# class, and assign this type to the property item.

Thank you!

No, VC doesn’t have such type system. You could serialize your data to a string.

1 Like