player
Interface CameraChangeMonitor


public interface CameraChangeMonitor

Interface supporting the monitoring of changes in a player's camera settings.


Method Summary
 float[] cameraSettings()
          Returns the camera settings used in the most recent check.
 java.lang.String cameraSettingsString()
          Returns the string representation of the camera settings used in the most recent check.
 boolean checkCameraForChange()
          Checks the current camera settings for any change (since the last check), and returns a flag indicating whether or not there has been a change.
 

Method Detail

checkCameraForChange

boolean checkCameraForChange()
Checks the current camera settings for any change (since the last check), and returns a flag indicating whether or not there has been a change.


cameraSettings

float[] cameraSettings()
Returns the camera settings used in the most recent check.


cameraSettingsString

java.lang.String cameraSettingsString()
Returns the string representation of the camera settings used in the most recent check.