Uses of Class
com.openinventor.inventor.actions.SoGLRenderAction.InvalidateCacheModes
-
Packages that use SoGLRenderAction.InvalidateCacheModes Package Description com.openinventor.inventor.actions -
-
Uses of SoGLRenderAction.InvalidateCacheModes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoGLRenderAction.InvalidateCacheModes Modifier and Type Method Description SoGLRenderAction.InvalidateCacheModes
SoGLRenderAction. getInvalidateCacheMode()
Returns the current cache invalidation mode.static SoGLRenderAction.InvalidateCacheModes
SoGLRenderAction.InvalidateCacheModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoGLRenderAction.InvalidateCacheModes
SoGLRenderAction.InvalidateCacheModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoGLRenderAction.InvalidateCacheModes[]
SoGLRenderAction.InvalidateCacheModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoGLRenderAction.InvalidateCacheModes Modifier and Type Method Description void
SoGLRenderAction. setInvalidateCacheMode(SoGLRenderAction.InvalidateCacheModes icm)
Enables or disables the invalidation of render caches.
-