Package jme3utilities.minie
Enum Class DumpFlags
- All Implemented Interfaces:
Serializable
,Comparable<DumpFlags>
,Constable
Enumerate the flags used to configure a PhysicsDumper.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionchildren in compound collision shapesclusters in soft bodiesignored objects in collision objectsphysics joints in rigid bodiesjoints in physics spacesmotors in physics jointsnative IDs of physics objectssoft-body nodes in clustersnodes in soft bodiescollision objects in physics spaces -
Method Summary
-
Enum Constant Details
-
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 -
NodesInClusters
soft-body nodes in clusters -
NativeIDs
native IDs of physics objects -
NodesInSofts
nodes in soft bodies -
Pcos
collision objects in physics spaces
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-