public static enum SceneInteractor.CameraMode extends java.lang.Enum<SceneInteractor.CameraMode>
| Enum Constant and Description |
|---|
ORTHOGRAPHIC |
PERSPECTIVE |
| Modifier and Type | Method and Description |
|---|---|
static SceneInteractor.CameraMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SceneInteractor.CameraMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SceneInteractor.CameraMode PERSPECTIVE
public static final SceneInteractor.CameraMode ORTHOGRAPHIC
public static SceneInteractor.CameraMode[] values()
for (SceneInteractor.CameraMode c : SceneInteractor.CameraMode.values()) System.out.println(c);
public static SceneInteractor.CameraMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com