Skip to content

Change UI Offset

Change UI Offset

This sequential changes the position of a UI element by modifying its offsetMin and offsetMax properties.

Base Properties

To learn about the common Base Properties, please see Base Sequential

Target Object Options

This sequential derives from Object Returner Sequential and gets all its properties from that sequential. So, to learn about the Target Object Options please see Object Returner Sequential

Animation Options

This sequential derives from Animation Sequential and gets all of its properties. So, to learn about the __Animation Options please see Animation Base

Offset Change Type

This option determines the calculation of the end value of the offset.

Initial to Value

This moves the target UI element from its initial value (the value before this sequential starts) to the Offset.

From Value to Initial

This sets the position of target UI element by the Offset and then changes it to its initial value again.

Initial Plus Value

This adds Offset to the target UI element's initial position value and changes it to the calculated position.

Initial Multiply Value

This multiplies the UI element's initial position (offset values) with the Offset and changes the target UI element's offsets to the calculated value.

From A to B

This lets you define the starting position and end position of the Change UI Offset animation independent from the initial position of the target UI element.

From A to B

Offset

This is the Left, Right, Top and Bottom positions that determines the end position in accordance with the Offset Change Type option as explained above.

It's possible to assign different kind of values to this property (e.g. directly, randomly, from variable).

Info

To learn more about assigning values with different options, see Value Assign

From Offset

This is only available when the Offset Change Type is From A to B.

This is the starting position of the Change UI Offset animation.