Uses of Enum Class
com.openinventor.inventor.nodes.SoSeparator.Cachings
Packages that use SoSeparator.Cachings
-
Uses of SoSeparator.Cachings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoSeparator.CachingsModifier and TypeFieldDescriptionfinal SoSFEnum
<SoSeparator.Cachings> SoSeparator.boundingBoxCaching
Whether to cache during bounding box traversal.final SoSFEnum
<SoSeparator.Cachings> SoSeparator.pickCulling
Whether to cull during picking traversal.final SoSFEnum
<SoSeparator.Cachings> SoSeparator.renderCaching
Deprecated.As of Open Inventor 10.3.0.0.final SoSFEnum
<SoSeparator.Cachings> SoSeparator.renderCulling
Whether to cull during rendering traversal.Methods in com.openinventor.inventor.nodes that return SoSeparator.CachingsModifier and TypeMethodDescriptionstatic SoSeparator.Cachings
SoSeparator.Cachings.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoSeparator.Cachings
Returns the enum constant of this class with the specified name.static SoSeparator.Cachings[]
SoSeparator.Cachings.values()
Returns an array containing the constants of this enum class, in the order they are declared.