Class CameraEvent
java.lang.Object
java.util.EventObject
de.gurkenlabs.litiengine.graphics.CameraEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FocusChangedEvent, ZoomChangedEvent
Represents an abstract event related to the camera. This class serves as the base for all camera-related events in the game engine.
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Method Summary
Methods inherited from class EventObject
getSource, toString
-
Method Details
-
getCamera
Gets the camera associated with this event.- Returns:
- The
ICamerainstance that triggered this event.
-