Uses of Enum Class
com.openinventor.inventor.nodes.SoShaderParameterImage.AccessModes
Packages that use SoShaderParameterImage.AccessModes
-
Uses of SoShaderParameterImage.AccessModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShaderParameterImage.AccessModesModifier and TypeFieldDescriptionSoShaderParameterImage.accessMode
Specifies the type of access that will be performed on the image.Methods in com.openinventor.inventor.nodes that return SoShaderParameterImage.AccessModesModifier and TypeMethodDescriptionSoShaderParameterImage.AccessModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoShaderParameterImage.AccessModes[]
SoShaderParameterImage.AccessModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.