A list of all Actions, Conditions and Expressions supported in this addon.
Properties
-
Actions
{my}: Set image offset X to {0}
Set the X offset of the image within the object, in pixels.
{my}: Set image offset Y to {0}
Set the Y offset of the image within the object, in pixels.
{my}: Set image scale X to {0}
Set the X scale of the image within the object.
{my}: Set image scale Y to {0}
Set the Y scale of the image within the object.
{my}: Set image angle to {0}
Set the angle of the image within the object, in degrees.
{my}: Load image from URL {0} (resize to {1}, cross-origin {2}))
Load an image from a URL.
-
Expressions
ImageOffsetX
The X offset of the image within the object, in pixels.
ImageOffsetY
The Y offset of the image within the object, in pixels.
ImageScaleX
The X scale of the image within the object.
ImageScaleY
The Y scale of the image within the object.
ImageAngle
The angle of the image within the object, in degrees.
Tile randomization
-
Actions
{my}: Set tile randomization enabled to {0}
Set whether to enable random offsets and orientations for tiles to break up repetitive patterns.
{my}: Set tile X random to {0}
Set the amount of horizontal shift randomization.
{my}: Set tile Y random to {0}
Set the amount of vertical shift randomization.
{my}: Set tile angle random to {0}
Set the amount of rotation randomization.
{my}: Set tile blend margin X to {0}
Set the percentage of the tile width that fades to adjacent tiles.
{my}: Set tile blend margin Y to {0}
Set the percentage of the tile height that fades to adjacent tiles.
-
Conditions
{my}: Is tile randomization enabled
Whether random offsets and orientations for tiles are enabled.
-
Expressions
IsTileRandomizationEnabled
Whether random offsets and orientations for tiles are enabled.
TileXRandom
The amount of horizontal shift randomization.
TileYRandom
The amount of vertical shift randomization.
TileAngleRandom
The amount of rotation randomization.
TileBlendMarginX
The percentage of the tile width that fades to adjacent tiles.
TileBlendMarginY
The percentage of the tile height that fades to adjacent tiles.