Uses of Enum Class
com.openinventor.inventor.elements.SoTextureCoordinateBindingElement.Bindings
Packages that use SoTextureCoordinateBindingElement.Bindings
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoTextureCoordinateBindingElement.Bindings in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoTextureCoordinateBindingElement.BindingsModifier and TypeMethodDescriptionCalls get(state, (int)0).Returns current texture binding from the state.SoTextureCoordinateBindingElement.getDefault()
Returns the default texture binding.SoTextureCoordinateBindingElement.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.SoTextureCoordinateBindingElement.Bindings.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoTextureCoordinateBindingElement.BindingsModifier and TypeMethodDescriptionstatic void
SoTextureCoordinateBindingElement.set
(SoState state, SoTextureCoordinateBindingElement.Bindings binding) Sets the current texture binding in the state.static void
SoTextureCoordinateBindingElement.set
(SoState state, SoNode name_22980, SoTextureCoordinateBindingElement.Bindings binding) Sets the current texture binding in the state.