Bindings: Difference between revisions

Jump to navigation Jump to search
10 bytes removed ,  27 October 2015
m
(→‎property-adjust: Finish docing)
Line 82: Line 82:
; max      : The maximum allowed value. Defaults to "no maximum."
; max      : The maximum allowed value. Defaults to "no maximum."
; wrap    : If true, the value will be wrapped when it passes min or max; both min and max must be present for this to work. Defaults to false.
; wrap    : If true, the value will be wrapped when it passes min or max; both min and max must be present for this to work. Defaults to false.
; mask    : This argument accepts three value: "integer," "decimal" and "all" (default). "integer" means that '''step''' or '''''offset''' * '''factor''''' is applied to the part of the property's current value left of the decimal point first. "decimal" does the same, but applies it to the prt to the right of the decimal point. "all" simply applies it to the whole number. This parameter does not seem to affect the resulting new value of the property, and so is not needed.
; mask    : This argument accepts three value: "integer," "decimal" and "all" (default). "integer" means that '''step''' or '''offset * factor''' is applied to the part of the property's current value left of the decimal point first. "decimal" does the same, but applies it to the prt to the right of the decimal point. "all" simply applies it to the whole number. This parameter does not seem to affect the resulting new value of the property, and so is not needed.


=== property-assign ===
=== property-assign ===

Navigation menu