Uses of Enum Class
com.openinventor.inventor.nodes.SoMaterialBinding.Bindings
Packages that use SoMaterialBinding.Bindings
-
Uses of SoMaterialBinding.Bindings in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoMaterialBinding.BindingsModifier and TypeMethodDescriptionSoCallbackAction.getMaterialBinding()
Returns the current material information from the state. -
Uses of SoMaterialBinding.Bindings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoMaterialBinding.BindingsModifier and TypeFieldDescriptionSoMaterialBinding.value
Specifies how to bind materials to shapes.Methods in com.openinventor.inventor.nodes that return SoMaterialBinding.BindingsModifier and TypeMethodDescriptionstatic SoMaterialBinding.Bindings
SoMaterialBinding.Bindings.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoMaterialBinding.Bindings
Returns the enum constant of this class with the specified name.static SoMaterialBinding.Bindings[]
SoMaterialBinding.Bindings.values()
Returns an array containing the constants of this enum class, in the order they are declared.