Interface CameraSetupCallback


public interface CameraSetupCallback
Callback called when the GameRenderer sets up the Camera.
  • Field Details

  • Method Details

    • onCameraSetup

      boolean onCameraSetup(CameraSetupCallback.CameraInfo info)
      Parameters:
      info - holds the camera data. Modify its fields.
      Returns:
      true to cancel further processing