Uses of Enum Class
com.openinventor.inventor.nodes.SoMultiSwitch.InheritModes
Packages that use SoMultiSwitch.InheritModes
-
Uses of SoMultiSwitch.InheritModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoMultiSwitch.InheritModesModifier and TypeFieldDescriptionSoMultiSwitch.inheritMode
Defines the way this node inherit values from the state.Methods in com.openinventor.inventor.nodes that return SoMultiSwitch.InheritModesModifier and TypeMethodDescriptionstatic SoMultiSwitch.InheritModes
SoMultiSwitch.InheritModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoMultiSwitch.InheritModes
Returns the enum constant of this class with the specified name.static SoMultiSwitch.InheritModes[]
SoMultiSwitch.InheritModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.