SmartComponent - Dynamic change of PropertyBinding

Hi,

I would like to change the Property Binding of my SmartComponent and an embedded SmartComponent dynamical:

If if Input Signal is set to high, a Property Binding shall be generated/deleted. I just found the syntax to create a Dynamic Property and a Signal. But nothing about the Property Binding.

Anny suggestions?

thanks

Hello,
You can take a look how I do with my SmartComponent here:
https://github.com/DenisFR/RSLuaScript/blob/master/RSLuaScript/RSLuaScript.cs#L1155

Hi DenisFR,

thanks that helped a lot.

have a nice weekend,

Henry