pushOffset method

EngineLayer pushOffset (double dx, double dy)

Pushes an offset operation onto the operation stack.

This is equivalent to pushTransform with a matrix with only translation.

See pop for details about the operation stack.

Implementation

EngineLayer pushOffset(double dx, double dy) native 'SceneBuilder_pushOffset';