Uses of Class
com.openinventor.inventor.elements.SoTextureCoordinateBindingElement.Bindings
- 
Packages that use SoTextureCoordinateBindingElement.Bindings Package Description com.openinventor.inventor.elements 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.Bindings Modifier and Type Method Description static SoTextureCoordinateBindingElement.BindingsSoTextureCoordinateBindingElement. get(SoState state)Calls get(state, (int)0).static SoTextureCoordinateBindingElement.BindingsSoTextureCoordinateBindingElement. get(SoState state, int unit)Returns current texture binding from the state.static SoTextureCoordinateBindingElement.BindingsSoTextureCoordinateBindingElement. getDefault()Returns the default texture binding.static SoTextureCoordinateBindingElement.BindingsSoTextureCoordinateBindingElement.Bindings. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoTextureCoordinateBindingElement.BindingsSoTextureCoordinateBindingElement.Bindings. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoTextureCoordinateBindingElement.Bindings[]SoTextureCoordinateBindingElement.Bindings. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoTextureCoordinateBindingElement.Bindings Modifier and Type Method Description static voidSoTextureCoordinateBindingElement. set(SoState state, SoTextureCoordinateBindingElement.Bindings binding)Sets the current texture binding in the state.static voidSoTextureCoordinateBindingElement. set(SoState state, SoNode name_23593, SoTextureCoordinateBindingElement.Bindings binding)Sets the current texture binding in the state. 
 -