Uses of Enum Class
com.openinventor.inventor.actions.SoGLRenderAction.AutoCacheModes
Packages that use SoGLRenderAction.AutoCacheModes
-
Uses of SoGLRenderAction.AutoCacheModes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoGLRenderAction.AutoCacheModesModifier and TypeMethodDescriptionSoGLRenderAction.AutoCacheModes.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 SoGLRenderAction.AutoCacheModes[]
SoGLRenderAction.AutoCacheModes.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.AutoCacheModesModifier and TypeMethodDescriptionvoid
SoGLRenderAction.shouldAutoCache
(SoGLRenderAction.AutoCacheModes mode) Called by nodes to say that they should/shouldn't be auto-cached (pass true if should, false if shouldn't, don't call this method at all if the node doesn't care):