Uses of Class
mgui.interfaces.events.CameraEvent.EventType
Package | Description |
---|---|
mgui.interfaces.events |
Defines events on interface objects.
|
mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
-
Uses of CameraEvent.EventType in mgui.interfaces.events
Methods in mgui.interfaces.events that return CameraEvent.EventType Modifier and Type Method Description CameraEvent.EventType
CameraEvent. getType()
static CameraEvent.EventType
CameraEvent.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CameraEvent.EventType[]
CameraEvent.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.interfaces.events with parameters of type CameraEvent.EventType Constructor Description CameraEvent(Camera3D camera, CameraEvent.EventType eventType)
-
Uses of CameraEvent.EventType in mgui.interfaces.maps
Methods in mgui.interfaces.maps with parameters of type CameraEvent.EventType Modifier and Type Method Description void
Camera3D. fireCameraListeners(CameraEvent.EventType type)