WGDelegate

public protocol WGDelegate

Defines which widget properties can be changed from the game scene.

Author

Matheus Felizola Freires
  • A bool that defines if the widget should be expandable or not.

    Declaration

    Swift

    var isExpandable:Bool
  • A CGFloat that defines the widget’s maximum height.

    Declaration

    Swift

    var maxHeight:CGFloat