Bindings: Difference between revisions

Jump to navigation Jump to search
909 bytes added ,  27 October 2015
Doc property-adjust params
mNo edit summary
(Doc property-adjust params)
Line 74: Line 74:
</binding>
</binding>
</syntaxhighlight>
</syntaxhighlight>
; property : Property that will be changed.
; step    : Amount to increase or decrease the property's value. Defaults to 0.
; offset  : Offset from the property's current value. If '''step''' is not given, this is multiplied by '''factor'''.
; factor  : When '''step''' is not given, '''offset''' is multiplied by this. Defaults to 1.
; min      : The minimum allowed value. Defaults to "no minimum."
; max      : The maximum allowed value. Defaults to "no maximum."
<!-- To be researched (Red Leader, 27/10/15)
; mask    : This argument has three accepted value: "integer," "decimal" and "all" (default). "Integer" applies only to the left of the decimal point, "decimal" applies to the right of the decimal point, and "all" applies to the whole number.
-->
; 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.


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

Navigation menu