API ReferenceSandbox.Bind
public sealed class Sandbox.Bind.Link
Joins two proxies together, so one can be updated from the other (or both from each other)
Related Guides
Broader workflow and conceptual references connected to this API.
Properties
Showing 4 properties
public bool Sandbox.Bind.Link.IsValid { get; set; }
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.
public Sandbox.Bind.Proxy Sandbox.Bind.Link.Left { get; set; }
The primary binding. Changes to this value always take priority over the other.
public bool Sandbox.Bind.Link.OneWay { get; set; }
True if this should only update from left to right.
public Sandbox.Bind.Proxy Sandbox.Bind.Link.Right { get; set; }
The secondary binding, if we're OneWay then this will only ever be written to.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Bind |
| Type | class |
| Assembly | Sandbox.Bind |
| Doc ID | T:Sandbox.Bind.Link |