API ReferenceSandbox.Bind
Builderclass
A helper to create binds between two properties (or whatever you want) Example usage: set "BoolValue" from value of "StringValue" BindSystem.Build.Set( this, "BoolValue" ).From( this, "StringValue" );
object→Builder
Methods12
Showing 12 methods
public Sandbox.Bind.Link FromDictionary(System.Collections.Generic.Dictionary`2<K,V> dict, K key)
| Parameter | Type | Description |
|---|---|---|
| dict | Dictionary<K,V> | — |
| key | K | — |
public Sandbox.Bind.Link FromObject(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | object | — |
public Sandbox.Bind.Builder ReadOnly(bool makeReadOnly = True)
Makes the bind link one way. The system will not try to write to the target/right hand property. (The one you set via "From" methods)
| Parameter | Type | Description |
|---|---|---|
| makeReadOnly = True | bool | — |
No results match this filter.