Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


bindingMode

Controls how this binding should be updated. The default value is BindingMode.TwoWay.
Read time 1 minuteLast updated 5 days ago

Definition

[Tooltip("Controls how a binding is updated, which can include the direction in which data is written.")][UxmlAttribute("binding-mode")]public BindingMode bindingMode { get; set; }