Uses of Class
com.openinventor.inventor.nodes.SoMultiSwitch.InheritModes
-
Packages that use SoMultiSwitch.InheritModes Package Description com.openinventor.inventor.nodes -
-
Uses of SoMultiSwitch.InheritModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoMultiSwitch.InheritModes Modifier and Type Field Description SoSFEnum<SoMultiSwitch.InheritModes>
SoMultiSwitch. inheritMode
Defines the way this node inherit values from the state.Methods in com.openinventor.inventor.nodes that return SoMultiSwitch.InheritModes Modifier and Type Method Description static SoMultiSwitch.InheritModes
SoMultiSwitch.InheritModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoMultiSwitch.InheritModes
SoMultiSwitch.InheritModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoMultiSwitch.InheritModes[]
SoMultiSwitch.InheritModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-