NormalizedHeightSettable

public protocol NormalizedHeightSettable

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

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

    Declaration

    Swift

    var normalizedHeight: CGFloat { get set }