class
Link
public sealed class Link Joins two proxies together, so one can be updated from the other (or both from each other)
Properties
| Name | Type | Description |
|---|---|---|
IsValid | Boolean | This is updated in tick. Will return false if either binding is invalid. Bindings become invalid if the object is garbage collected or is an IValid and made invalid. |
OneWay | Boolean | True if this should only update from left to right. |
Left | Proxy | The primary binding. Changes to this value always take priority over the other. |
Right | Proxy | The secondary binding, if we're OneWay then this will only ever be written to. |