Function

OffsetEffect

Create an OffsetEffect that implicitly offsets the contents of the GraphicsLayerScope it is configured on

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

OffsetEffect

Common
fun OffsetEffect(offsetX: Float, offsetY: Float) = OffsetEffect(null, Offset(offsetX, offsetY))

Create an OffsetEffect that implicitly offsets the contents of the GraphicsLayerScope it is configured on