public enum BillboardOrientation extends java.lang.Enum<BillboardOrientation>
| Enum Constant and Description |
|---|
BILLBOARD_ORIENTATION_FACE_CAMERA
Billboard always faces the camera plane, regardless of rotation.
|
BILLBOARD_ORIENTATION_FACE_CAMERA_GROUND
Billboard lies parallel to the ground and rotates around it's
anchor point to face the camera. |
BILLBOARD_ORIENTATION_GROUND
Billboard lies on the ground, orientation does not depend on the
camera position. |
| Modifier and Type | Method and Description |
|---|---|
static BillboardOrientation |
swigToEnum(int swigValue) |
int |
swigValue() |
static BillboardOrientation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BillboardOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BillboardOrientation BILLBOARD_ORIENTATION_FACE_CAMERA
public static final BillboardOrientation BILLBOARD_ORIENTATION_FACE_CAMERA_GROUND
public static final BillboardOrientation BILLBOARD_ORIENTATION_GROUND
public static BillboardOrientation[] values()
for (BillboardOrientation c : BillboardOrientation.values()) System.out.println(c);
public static BillboardOrientation 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 nullpublic final int swigValue()
public static BillboardOrientation swigToEnum(int swigValue)