useLocalPosition property

bool useLocalPosition
final

Whether the parallax factors derived from pointer data should be referenced from the size and position of this XL.

If false the pointer-derived parallax for layers in this stack will be measured based on the width and height of the screen. Otherwise it will be measured based on the size of the XL.

It is recommended to leave this true. This property does not affect sensors data.

Implementation

final bool useLocalPosition;