Skip to main content

Transform Source

Source Type ID: dynamic_asset_generator:transform

Format:

{
"type": "dynamic_asset_generator:transform",
"input": { },
"rotate": 0, // optional, default 0
"flip": false // optional, default false
}

input is a texture source to use as an input. The image will first be rotated clockwise by 90 degrees rotate times; then, if flip is true, it will be flipped horizontally.