Uses of Class
org.robovm.apple.scenekit.SCNWrapMode
| Package | Description |
|---|---|
| org.robovm.apple.scenekit |
-
Uses of SCNWrapMode in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNWrapMode Modifier and Type Method Description SCNWrapModeSCNMaterialProperty. getWrapS()SCNWrapModeSCNMaterialProperty. getWrapT()static SCNWrapModeSCNWrapMode. valueOf(long n)Returns the enum constant of this type with the specified name.static SCNWrapModeSCNWrapMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SCNWrapMode[]SCNWrapMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.scenekit with parameters of type SCNWrapMode Modifier and Type Method Description voidSCNMaterialProperty. setWrapS(SCNWrapMode v)voidSCNMaterialProperty. setWrapT(SCNWrapMode v)