ObjectWrap.setControlBindingDisabled
void setControlBindingDisabled(string propertyName, bool disabled)This function is used to disable the control bindings on a property for some time, i.e. [gst.object.ObjectWrap.syncValues] will do nothing for the property.
Parameters
propertyName | property to disable |
disabled | boolean that specifies whether to disable the controller or not. |