UpdateBindings
method in Coherence.Editor.CoherenceSyncUtils
Methods
public static bool UpdateBindings(CoherenceSync sync)
Updates Binding Descriptors, adds missing required Bindings, and removes invalid Bindings.
Parameters
| Type | Name | Description |
|---|---|---|
| CoherenceSync | sync | The target component. |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
When creating CoherenceSync components from code, you must call this method to ensure Bindings are up-to-date.
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | When |