bindingMode
Controls how this binding should be updated. The default value is BindingMode.TwoWay.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[UxmlAttribute("binding-mode")][Tooltip("Controls how a binding is updated, which can include the direction in which data is written.")]public BindingMode bindingMode { get; set; }