Uses of Class
com.openinventor.inventor.nodes.SoExtTexture2.Syncs
-
Packages that use SoExtTexture2.Syncs Package Description com.openinventor.inventor.nodes -
-
Uses of SoExtTexture2.Syncs in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoExtTexture2.Syncs Modifier and Type Field Description SoSFEnum<SoExtTexture2.Syncs>
SoExtTexture2. syncMode
Specifies the synchronous/asynchronous mode.Methods in com.openinventor.inventor.nodes that return SoExtTexture2.Syncs Modifier and Type Method Description static SoExtTexture2.Syncs
SoExtTexture2.Syncs. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoExtTexture2.Syncs
SoExtTexture2.Syncs. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoExtTexture2.Syncs[]
SoExtTexture2.Syncs. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-