Class InteractingChanged


  • public final class InteractingChanged
    extends Object
    An event called when the actor an actor is interacting with changes
    • Constructor Detail

      • InteractingChanged

        public InteractingChanged​(Actor source,
                                  Actor target)
    • Method Detail

      • getSource

        public Actor getSource()
      • getTarget

        public Actor getTarget()
        Target actor, may be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object