ReferenceBinding
Constructors
| ReferenceBinding |
Properties
| Value | The current value of the target field/property on the binding's Unity component. This is generally the value you'll see in the inspector. |
Methods
| DiffersFrom | |
| GetValueChangedCallbackType | |
| HasValueChangedCallback | |
| Interpolate | |
| InvokeValueSyncCallback | |
| ToggleInterpolationDebugGrapher | |
| TryResolveAndSetValue | Attempts to resolve the Entity reference to a Unity object and write it to the binding. Returns false if the referenced entity hasn't been created on this client yet, leaving the binding value unchanged. |