GetBakedValueBinding
method in Coherence.Toolkit.CoherenceSync
Methods
public T GetBakedValueBinding<T>(string bindingName = null) where T : Binding
Returns the binding with matching type and name or null if no match exist. If no name is supplied, the first binding with matching type is returned. If multiple matches exist, the first binding in the Bindings list is returned.
Parameters
Type | Name | Description |
---|---|---|
string | bindingName | The name of the binding, e.g. "position" (optional) |
Returns
Type | Description |
---|---|
T | A binding matching the given type and name |
Type Parameters
Name | Description |
---|---|
T | The type of binding, e.g., Coherence.Toolkit.CoherenceSync.PositionBinding |