Uses of Class
org.robovm.apple.scenekit.SCNGeometry
| Package | Description |
|---|---|
| org.robovm.apple.arkit | |
| org.robovm.apple.scenekit |
-
Uses of SCNGeometry in org.robovm.apple.arkit
Subclasses of SCNGeometry in org.robovm.apple.arkit Modifier and Type Class Description classARSCNFaceGeometryclassARSCNPlaneGeometry -
Uses of SCNGeometry in org.robovm.apple.scenekit
Subclasses of SCNGeometry in org.robovm.apple.scenekit Modifier and Type Class Description classSCNBoxclassSCNCapsuleclassSCNConeclassSCNCylinderclassSCNFloorclassSCNPlaneclassSCNPyramidclassSCNShapeclassSCNSphereclassSCNTextclassSCNTorusclassSCNTubeMethods in org.robovm.apple.scenekit that return SCNGeometry Modifier and Type Method Description static SCNGeometrySCNGeometry. createGeometry()static SCNGeometrySCNGeometry. createGeometry(NSArray<SCNGeometrySource> sources, NSArray<SCNGeometryElement> elements)SCNGeometrySCNSkinner. getBaseGeometry()SCNGeometrySCNParticleSystem. getEmitterShape()SCNGeometrySCNLevelOfDetail. getGeometry()SCNGeometrySCNNode. getGeometry()Methods in org.robovm.apple.scenekit that return types with arguments of type SCNGeometry Modifier and Type Method Description NSArray<SCNGeometry>SCNMorpher. getTargets()Methods in org.robovm.apple.scenekit with parameters of type SCNGeometry Modifier and Type Method Description static SCNNodeSCNNode. create(SCNGeometry geometry)static SCNPhysicsShapeSCNPhysicsShape. create(SCNGeometry geometry, SCNPhysicsShapeOptions options)static SCNNodeSCNReferenceNode. create(SCNGeometry geometry)static SCNSkinnerSCNSkinner. create(SCNGeometry baseGeometry, NSArray<SCNNode> bones, List<SCNMatrix4> boneInverseBindTransforms, SCNGeometrySource boneWeights, SCNGeometrySource boneIndices)static SCNLevelOfDetailSCNLevelOfDetail. createWithGeometryAndDistance(SCNGeometry geometry, double distance)static SCNLevelOfDetailSCNLevelOfDetail. createWithGeometryAndRadius(SCNGeometry geometry, double radius)voidSCNSkinner. setBaseGeometry(SCNGeometry v)voidSCNParticleSystem. setEmitterShape(SCNGeometry v)voidSCNNode. setGeometry(SCNGeometry v)Method parameters in org.robovm.apple.scenekit with type arguments of type SCNGeometry Modifier and Type Method Description voidSCNMorpher. setTargets(NSArray<SCNGeometry> v)