public interface CameraObserver
CameraObserver can be used to observe changes to a Camera instance.| Modifier and Type | Method and Description |
|---|---|
void |
pitchChanged(Camera camera,
AngleF pitch)
Called by a
Camera instance when its pitch has changed. |
void |
yawChanged(Camera camera,
AngleF yaw)
Called by a
Camera instance when its yaw has changed. |