Class InactiveTransformer

    • Constructor Detail

      • InactiveTransformer

        public InactiveTransformer()
        Default constructor.
      • InactiveTransformer

        public InactiveTransformer​(Actor actor)
        Encapsulates the specified actor. Automatically uses its name with the InactiveActor.PREFIX_INACTIVE prefix.
        Parameters:
        actor - the actor to encapsulate
      • InactiveTransformer

        public InactiveTransformer​(Actor[] actors)
        Encapsulates the specified actors.
        Parameters:
        actors - the actors to encapsulate