Hi,
is there anything similar to what C# has for overriding a function. Let say if I need to modify a node that was made in a library such as Fuse. Do I have to remake the entire system inside it ?
Thx
Hi,
is there anything similar to what C# has for overriding a function. Let say if I need to modify a node that was made in a library such as Fuse. Do I have to remake the entire system inside it ?
Thx
Yes, you have to copy the definition to modify it, there are no overrides. But you can implement interfaces.
Ok, just had a look and I can’t find how I can copy the definition of a node that already many levels.
If this node is within a VL documents provided with the library, how can I find it’s definition ?
Go inside the node and press ctrl+shift+the key above tab
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.