Interface TranslationFactorChangedListener


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

    Modifier and Type
    Method
    Description
    void
    Invoked when the translation factor of a TransformationMatrixCameraController changes.
  • Method Details

    • 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