Package heronarts.glx.ui
Class UI3dContext.Camera
java.lang.Object
heronarts.glx.ui.UI3dContext.Camera
- All Implemented Interfaces:
LXSerializable
- Enclosing class:
- UI3dContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface heronarts.lx.LXSerializable
LXSerializable.Utils
-
Field Summary
Modifier and TypeFieldDescriptionfinal BooleanParameter
final BoundedParameter
final BoundedParameter
final BoundedParameter
final BoundedParameter
final BoundedParameter
final BoundedParameter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(LX lx, JsonObject object) Restores this instance from a JSON objectvoid
save
(LX lx, JsonObject object) Serializes this instance into the JSON object
-
Field Details
-
active
-
theta
-
phi
-
radius
-
x
-
y
-
z
-
-
Method Details
-
save
Description copied from interface:LXSerializable
Serializes this instance into the JSON object- Specified by:
save
in interfaceLXSerializable
- Parameters:
lx
- LX instanceobject
- Object to serialize into
-
load
Description copied from interface:LXSerializable
Restores this instance from a JSON object- Specified by:
load
in interfaceLXSerializable
- Parameters:
lx
- LX instanceobject
- Object to deserialize
-