ShotType

public struct ShotType : XMLRepresentable

Undocumented

  • Specifies the possible shot type values to use in a shot type match or analysis marker.

    Declaration

    Swift

    public enum Value : String, XMLRepresentable
  • The value of the shot type.

    Declaration

    Swift

    public var value: Value
  • Initializes a new shot type.

    Declaration

    Swift

    public init(value: Value)

    Parameters

    value

    The value of the shot type.