AIAbstractGameSignalReceivable

struct AIAbstractGameSignalReceivable

An abstract data structure that represents a signal receiver.

  • Whether the signal receiver is active.

    Declaration

    Swift

    var active: Bool
  • The position of the signal receiver.

    Declaration

    Swift

    var location: CGPoint