Uses of Class
com.openinventor.inventor.nodes.SoShaderParameterImage.AccessModes
-
Packages that use SoShaderParameterImage.AccessModes Package Description com.openinventor.inventor.nodes -
-
Uses of SoShaderParameterImage.AccessModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShaderParameterImage.AccessModes Modifier and Type Field Description SoSFEnum<SoShaderParameterImage.AccessModes>
SoShaderParameterImage. accessMode
Specifies the type of access that will be performed on the image.Methods in com.openinventor.inventor.nodes that return SoShaderParameterImage.AccessModes Modifier and Type Method Description static SoShaderParameterImage.AccessModes
SoShaderParameterImage.AccessModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoShaderParameterImage.AccessModes
SoShaderParameterImage.AccessModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoShaderParameterImage.AccessModes[]
SoShaderParameterImage.AccessModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-