Uses of Enum Class
com.openinventor.inventor.nodes.SoExtTexture2.Loadings
Packages that use SoExtTexture2.Loadings
-
Uses of SoExtTexture2.Loadings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoExtTexture2.LoadingsModifier and TypeFieldDescriptionfinal SoSFEnum
<SoExtTexture2.Loadings> SoExtTexture2.loadingMode
Specifies the loading mode.Methods in com.openinventor.inventor.nodes that return SoExtTexture2.LoadingsModifier and TypeMethodDescriptionstatic SoExtTexture2.Loadings
SoExtTexture2.Loadings.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoExtTexture2.Loadings
Returns the enum constant of this class with the specified name.static SoExtTexture2.Loadings[]
SoExtTexture2.Loadings.values()
Returns an array containing the constants of this enum class, in the order they are declared.