offset
The current offset, or Float.NaN if it has not been initialized yet.
The offset will be initialized when the anchors are first set through updateAnchors.
Strongly consider using requireOffset which will throw if the offset is read before it is initialized. This helps catch issues early in your workflow.