Uses of Enum Class
com.openinventor.inventor.nodes.SoMultiSwitch.TraversalModes
Packages that use SoMultiSwitch.TraversalModes
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoMultiSwitch.TraversalModes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoMultiSwitch.TraversalModesModifier and TypeMethodDescriptionstatic SoMultiSwitch.TraversalModes
SoMultiSwitchElement.getTraversalMode
(SoState state) -
Uses of SoMultiSwitch.TraversalModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoMultiSwitch.TraversalModesModifier and TypeFieldDescriptionSoMultiSwitch.traversalMode
Defines the way the children list must be managed.Methods in com.openinventor.inventor.nodes that return SoMultiSwitch.TraversalModesModifier and TypeMethodDescriptionstatic SoMultiSwitch.TraversalModes
SoMultiSwitch.TraversalModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoMultiSwitch.TraversalModes
Returns the enum constant of this class with the specified name.static SoMultiSwitch.TraversalModes[]
SoMultiSwitch.TraversalModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.