NormalizedWidthSettable

public protocol NormalizedWidthSettable

By conforming to this protocol you indicate, that a sprite model or sprite view supports using a normalized width.

  • The normalized width, relative to the width of the untransformed image.

    Declaration

    Swift

    var normalizedWidth: CGFloat { get set }