Uses of Class
com.openinventor.inventor.nodekits.SoInteractionKit.Cachings
-
Packages that use SoInteractionKit.Cachings Package Description com.openinventor.inventor.nodekits -
-
Uses of SoInteractionKit.Cachings in com.openinventor.inventor.nodekits
Fields in com.openinventor.inventor.nodekits with type parameters of type SoInteractionKit.Cachings Modifier and Type Field Description SoSFEnum<SoInteractionKit.Cachings>
SoInteractionKit. boundingBoxCaching
Set bounding box caching mode.SoSFEnum<SoInteractionKit.Cachings>
SoInteractionKit. pickCulling
Set pick caching mode.SoSFEnum<SoInteractionKit.Cachings>
SoInteractionKit. renderCaching
Deprecated.As of Open Inventor 10300.SoSFEnum<SoInteractionKit.Cachings>
SoInteractionKit. renderCulling
Set render culling mode.Methods in com.openinventor.inventor.nodekits that return SoInteractionKit.Cachings Modifier and Type Method Description static SoInteractionKit.Cachings
SoInteractionKit.Cachings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoInteractionKit.Cachings
SoInteractionKit.Cachings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoInteractionKit.Cachings[]
SoInteractionKit.Cachings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-