ExitConnection

public struct ExitConnection : Action

Exit a Connection used to go from one Map to another

  • The map to start from

    Declaration

    Swift

    public let fromMap: Map
  • The map to end at

    Declaration

    Swift

    public let toMap: Map