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