Package gaiasky.util

Class Settings.SceneSettings.CameraSettings

java.lang.Object
gaiasky.util.SettingsObject
gaiasky.util.Settings.SceneSettings.CameraSettings
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IObserver, Cloneable
Enclosing class:
Settings.SceneSettings

public static class Settings.SceneSettings.CameraSettings extends SettingsObject implements IObserver
  • Field Details

    • speedLimitIndex

      public int speedLimitIndex
    • speedLimit

      public double speedLimit
    • speed

      public double speed
    • turn

      public double turn
    • rotate

      public double rotate
    • fov

      public float fov
    • cinematic

      public boolean cinematic
    • targetMode

      public boolean targetMode
    • focusLock

  • Constructor Details

    • CameraSettings

      public CameraSettings()
  • Method Details

    • setSpeedLimitIndex

      public void setSpeedLimitIndex(int index)
    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.
    • updateSpeedLimit

      public void updateSpeedLimit()
    • clone

      Overrides:
      clone in class SettingsObject
    • setParentRecursive

      protected void setParentRecursive(SettingsObject s)
      Specified by:
      setParentRecursive in class SettingsObject
    • setupListeners

      protected void setupListeners()
      Specified by:
      setupListeners in class SettingsObject
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
    • apply

      public void apply()