Uses of Enum Class
com.openinventor.inventor.actions.SoRayPickAction.PickingModes
Packages that use SoRayPickAction.PickingModes
-
Uses of SoRayPickAction.PickingModes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoRayPickAction.PickingModesModifier and TypeMethodDescriptionSoRayPickAction.getPickingMode()
Returns thePickingMode
used for the ray pick action.static SoRayPickAction.PickingModes
SoRayPickAction.PickingModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoRayPickAction.PickingModes
Returns the enum constant of this class with the specified name.static SoRayPickAction.PickingModes[]
SoRayPickAction.PickingModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoRayPickAction.PickingModesModifier and TypeMethodDescriptionvoid
SoRayPickAction.setPickingMode
(SoRayPickAction.PickingModes pickingMode) Sets the picking mode.