Uses of Enum Class
com.openinventor.inventor.nodekits.SoSeparatorKit.Cachings
Packages that use SoSeparatorKit.Cachings
-
Uses of SoSeparatorKit.Cachings in com.openinventor.inventor.nodekits
Fields in com.openinventor.inventor.nodekits with type parameters of type SoSeparatorKit.CachingsModifier and TypeFieldDescriptionfinal SoSFEnum
<SoSeparatorKit.Cachings> SoSeparatorKit.boundingBoxCaching
Set bounding box caching mode.final SoSFEnum
<SoSeparatorKit.Cachings> SoSeparatorKit.pickCulling
Set pick culling mode.final SoSFEnum
<SoSeparatorKit.Cachings> SoSeparatorKit.renderCaching
Deprecated.As of Open Inventor 10.3.0.0.final SoSFEnum
<SoSeparatorKit.Cachings> SoSeparatorKit.renderCulling
Set render culling mode.Methods in com.openinventor.inventor.nodekits that return SoSeparatorKit.CachingsModifier and TypeMethodDescriptionstatic SoSeparatorKit.Cachings
SoSeparatorKit.Cachings.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoSeparatorKit.Cachings
Returns the enum constant of this class with the specified name.static SoSeparatorKit.Cachings[]
SoSeparatorKit.Cachings.values()
Returns an array containing the constants of this enum class, in the order they are declared.