unlinkedOffset property

Offset? unlinkedOffset
getter/setter pair

Offset from parent in the parent's coordinate system, used when the layer is not linked to a LeaderLayer.

The scene must be explicitly recomposited after this property is changed (as described at Layer).

The unlinkedOffset property must be non-null before the compositing phase of the pipeline.

See also:

Implementation

Offset? unlinkedOffset;