Uses of Class
com.openinventor.inventor.actions.SoGLRenderAction.AutoCacheModes
-
Packages that use SoGLRenderAction.AutoCacheModes Package Description com.openinventor.inventor.actions -
-
Uses of SoGLRenderAction.AutoCacheModes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoGLRenderAction.AutoCacheModes Modifier and Type Method Description static SoGLRenderAction.AutoCacheModes
SoGLRenderAction.AutoCacheModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoGLRenderAction.AutoCacheModes
SoGLRenderAction.AutoCacheModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoGLRenderAction.AutoCacheModes[]
SoGLRenderAction.AutoCacheModes. 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.AutoCacheModes Modifier and Type Method Description void
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):
-