Uses of Enum Class
com.openinventor.inventor.elements.SoTextureCoordinate3Element.CoordTypes
Packages that use SoTextureCoordinate3Element.CoordTypes
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoTextureCoordinate3Element.CoordTypes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoTextureCoordinate3Element.CoordTypesModifier and TypeMethodDescriptionSoTextureCoordinate3Element.getType()Calls getType((int)0).SoTextureCoordinate3Element.getType(int unit) Calls getType(state, (int)0).Returns code indicating what has been set in state/element.SoTextureCoordinate3Element.CoordTypes.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.SoTextureCoordinate3Element.CoordTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.