| Enum Constant and Description |
|---|
ChildShapes
children in compound collision shapes
|
ClustersInSofts
clusters in soft bodies
|
Ignores
ignored objects in collision objects
|
JointsInBodies
physics joints in rigid bodies
|
JointsInSpaces
joints in physics spaces
|
Motors
motors in physics joints
|
NativeIDs
native IDs of physics objects
|
NodesInClusters
soft-body nodes in clusters
|
NodesInSofts
nodes in soft bodies
|
Pcos
collision objects in physics spaces
|
| Modifier and Type | Method and Description |
|---|---|
static DumpFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DumpFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DumpFlags ChildShapes
public static final DumpFlags ClustersInSofts
public static final DumpFlags Ignores
public static final DumpFlags JointsInBodies
public static final DumpFlags JointsInSpaces
public static final DumpFlags Motors
public static final DumpFlags NodesInClusters
public static final DumpFlags NativeIDs
public static final DumpFlags NodesInSofts
public static final DumpFlags Pcos
public static DumpFlags[] values()
for (DumpFlags c : DumpFlags.values()) System.out.println(c);
public static DumpFlags 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 null