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 ConstantDescriptionworld bounds in spatialsrender buckets in spatialschildren in compound collision shapesclusters in soft bodiescull hints in spatialsignored objects in collision objectsphysics joints in rigid bodiesjoints in physics spacesparameters in materialsmotors in physics jointsnative IDs of physics objectssoft-body nodes in clustersnodes in soft bodiesmaterial-parameter overrides in spatialscollision objects in physics spacesshadow modes in spatialstransforms in spatialsuser data in spatialsvertex data in geometries -
Method Summary
-
Enum Constant Details
-
BoundsInSpatials
world bounds in spatials -
Buckets
render buckets in spatials -
ChildShapes
children in compound collision shapes -
ClustersInSofts
clusters in soft bodies -
CullHints
cull hints in spatials -
Ignores
ignored objects in collision objects -
JointsInBodies
physics joints in rigid bodies -
JointsInSpaces
joints in physics spaces -
MatParams
parameters in materials -
Motors
motors in physics joints -
NodesInClusters
soft-body nodes in clusters -
NativeIDs
native IDs of physics objects -
NodesInSofts
nodes in soft bodies -
Overrides
material-parameter overrides in spatials -
Pcos
collision objects in physics spaces -
ShadowModes
shadow modes in spatials -
Transforms
transforms in spatials -
UserData
user data in spatials -
VertexData
vertex data in geometries
-
-
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
-