AIAbstractGameSignalReceivable struct AIAbstractGameSignalReceivable An abstract data structure that represents a signal receiver. active Whether the signal receiver is active. Declaration Swift var active: Bool location The position of the signal receiver. Declaration Swift var location: CGPoint