-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Manipulator.KeyKeys used to translate the camera in FREE_FLIGHT mode.UP and DOWN dolly the camera forwards and backwards.LEFT and RIGHT strafe the camera left and right.
-
-
Method Summary
Modifier and Type Method Description static Array<Manipulator.Key>values()static Manipulator.KeyvalueOf(String name)-
-
Method Detail
-
values
static Array<Manipulator.Key> values()
-
valueOf
static Manipulator.Key valueOf(String name)
-
-
-
-