Uses of Enum Class
com.openinventor.inventor.actions.SoGLRenderAction.InvalidateCacheModes
Packages that use SoGLRenderAction.InvalidateCacheModes
-
Uses of SoGLRenderAction.InvalidateCacheModes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoGLRenderAction.InvalidateCacheModesModifier and TypeMethodDescriptionSoGLRenderAction.getInvalidateCacheMode()
Returns the current cache invalidation mode.SoGLRenderAction.InvalidateCacheModes.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.SoGLRenderAction.InvalidateCacheModes.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 SoGLRenderAction.InvalidateCacheModesModifier and TypeMethodDescriptionvoid
SoGLRenderAction.setInvalidateCacheMode
(SoGLRenderAction.InvalidateCacheModes icm) Enables or disables the invalidation of render caches.