Convert Position
Get the position of a layer in Origami relative to another parent layer instead of it’s direct parent.
Convert Position
- From Parent
- X / Y
- Anchor
- To Parent
- To Anchor
- X / Y
- Error
- From Parent
The layer you would like to get the position of.
- X / Y
Optional coordinates you can pass in the coordinates separately that you would like the convert the position of
- Anchor
The anchor point of the layer you would like to get the position of
- To Parent
The parent layer you would like to get your converted position in context of
- To Anchor
The parent anchor you would like to get your converted position in context of
- X / Y
The converted X / Y position. (Use a Point Unpack patch to get each individual coordinate value)
- Error
A boolean if there was an error getting the converted position coordinates. Typically this is caused by one of the layers being disabled.