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.boundingBoxCachingSet bounding box caching mode.final SoSFEnum<SoSeparatorKit.Cachings> SoSeparatorKit.pickCullingSet pick culling mode.final SoSFEnum<SoSeparatorKit.Cachings> SoSeparatorKit.renderCachingDeprecated.As of Open Inventor 10.3.0.0.final SoSFEnum<SoSeparatorKit.Cachings> SoSeparatorKit.renderCullingSet render culling mode.Methods in com.openinventor.inventor.nodekits that return SoSeparatorKit.CachingsModifier and TypeMethodDescriptionstatic SoSeparatorKit.CachingsSoSeparatorKit.Cachings.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoSeparatorKit.CachingsReturns 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.