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.boundingBoxCachingWhether to cache during bounding box traversal.final SoSFEnum<SoSeparator.Cachings> SoSeparator.pickCullingWhether to cull during picking traversal.final SoSFEnum<SoSeparator.Cachings> SoSeparator.renderCachingDeprecated.As of Open Inventor 10.3.0.0.final SoSFEnum<SoSeparator.Cachings> SoSeparator.renderCullingWhether to cull during rendering traversal.Methods in com.openinventor.inventor.nodes that return SoSeparator.CachingsModifier and TypeMethodDescriptionstatic SoSeparator.CachingsSoSeparator.Cachings.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoSeparator.CachingsReturns 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.