Interface ModifyingProcessor

    • Method Detail

      • setNoCopy

        void setNoCopy​(boolean value)
        Sets whether to suppress copying the actor first before processing.
        Parameters:
        value - if true, no copy of the actor is generated
      • getNoCopy

        boolean getNoCopy()
        Returns whether the copying of the actor is suppressed.
        Returns:
        true if no copy generated
      • isModified

        boolean isModified()
        Returns whether the actor was modified.
        Returns:
        true if the actor was modified
      • getModifiedActor

        Actor getModifiedActor()
        Returns the modified actor.
        Returns:
        the modified actor, null if not modified