Interface OriginCameraChangedListener


public interface OriginCameraChangedListener
The listener interface for receiving origin camera changed events from a TransformationMatrixCameraController.
Since:
100.6.0
  • Method Summary

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

    • originCameraChanged

      void originCameraChanged(OriginCameraChangedEvent originCameraChangedEvent)
      Invoked when the OriginCamera of a TransformationMatrixCameraController changes.
      Parameters:
      originCameraChangedEvent - the origin camera changed event
      Since:
      100.6.0