Uses of Enum Class
com.openinventor.inventor.nodes.SoLightModel.Models
Packages that use SoLightModel.Models
-
Uses of SoLightModel.Models in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoLightModel.ModelsModifier and TypeMethodDescriptionSoCallbackAction.getLightModel()Returns the current lighting model information from the state. -
Uses of SoLightModel.Models in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoLightModel.ModelsModifier and TypeFieldDescriptionfinal SoSFEnum<SoLightModel.Models> SoLightModel.modelLighting model to use .Methods in com.openinventor.inventor.nodes that return SoLightModel.ModelsModifier and TypeMethodDescriptionstatic SoLightModel.ModelsSoLightModel.Models.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoLightModel.ModelsReturns the enum constant of this class with the specified name.static SoLightModel.Models[]SoLightModel.Models.values()Returns an array containing the constants of this enum class, in the order they are declared.