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