Scale

data class Scale(var scaleX: Float, var scaleY: Float)

Represents the scale factors for an animation.

Constructors

Link copied to clipboard
constructor(scaleX: Float, scaleY: Float)

Properties

Link copied to clipboard

The scale factor for the X-axis.

Link copied to clipboard

The scale factor for the Y-axis.