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