Interface TranslationFactorChangedListener


  • public interface TranslationFactorChangedListener
    The listener interface for receiving translation factor changed events from a TransformationMatrixCameraController.
    Since:
    100.6.0
    • Method Detail

      • translationFactorChanged

        void translationFactorChanged​(TranslationFactorChangedEvent translationFactorChangedEvent)
        Invoked when the translation factor of a TransformationMatrixCameraController changes.
        Parameters:
        translationFactorChangedEvent - the translation factor changed event
        Since:
        100.6.0