Uses of Class
org.robovm.apple.scenekit.SCNGeometryPrimitiveType
| Package | Description |
|---|---|
| org.robovm.apple.scenekit |
-
Uses of SCNGeometryPrimitiveType in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNGeometryPrimitiveType Modifier and Type Method Description SCNGeometryPrimitiveTypeSCNGeometryElement. getPrimitiveType()static SCNGeometryPrimitiveTypeSCNGeometryPrimitiveType. valueOf(long n)Returns the enum constant of this type with the specified name.static SCNGeometryPrimitiveTypeSCNGeometryPrimitiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static SCNGeometryPrimitiveType[]SCNGeometryPrimitiveType. 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 SCNGeometryPrimitiveType Modifier and Type Method Description static SCNGeometryElementSCNGeometryElement. create(NSData data, SCNGeometryPrimitiveType primitiveType, long primitiveCount, long bytesPerIndex)static SCNGeometryElementSCNGeometryElement. create(MTLBuffer buffer, SCNGeometryPrimitiveType primitiveType, long primitiveCount, long bytesPerIndex)