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