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