Uses of Enum Class
com.openinventor.inventor.nodes.SoVertexAttribFeedback.PrimitiveTypes
Packages that use SoVertexAttribFeedback.PrimitiveTypes
-
Uses of SoVertexAttribFeedback.PrimitiveTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoVertexAttribFeedback.PrimitiveTypesModifier and TypeFieldDescriptionSoVertexAttribFeedback.primitiveTypeThe type of primitive recorded during traversal.Methods in com.openinventor.inventor.nodes that return SoVertexAttribFeedback.PrimitiveTypesModifier and TypeMethodDescriptionSoVertexAttribFeedback.PrimitiveTypes.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.SoVertexAttribFeedback.PrimitiveTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.