Uses of Class
org.robovm.apple.scenekit.SCNGeometryElement
| Package | Description |
|---|---|
| org.robovm.apple.scenekit |
-
Uses of SCNGeometryElement in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNGeometryElement 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)SCNGeometryElementSCNGeometry. getEdgeCreasesElement()SCNGeometryElementSCNGeometry. getGeometryElement(long elementIndex)Methods in org.robovm.apple.scenekit that return types with arguments of type SCNGeometryElement Modifier and Type Method Description NSArray<SCNGeometryElement>SCNGeometry. getGeometryElements()Methods in org.robovm.apple.scenekit with parameters of type SCNGeometryElement Modifier and Type Method Description voidSCNGeometry. setEdgeCreasesElement(SCNGeometryElement v)