Uses of Class
org.robovm.apple.scenekit.SCNPhysicsShape
| Package | Description |
|---|---|
| org.robovm.apple.scenekit |
-
Uses of SCNPhysicsShape in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNPhysicsShape Modifier and Type Method Description static SCNPhysicsShapeSCNPhysicsShape. create(NSArray<SCNPhysicsShape> shapes, List<SCNMatrix4> transforms)static SCNPhysicsShapeSCNPhysicsShape. create(SCNGeometry geometry, SCNPhysicsShapeOptions options)static SCNPhysicsShapeSCNPhysicsShape. create(SCNNode node, SCNPhysicsShapeOptions options)SCNPhysicsShapeSCNPhysicsBody. getPhysicsShape()Methods in org.robovm.apple.scenekit with parameters of type SCNPhysicsShape Modifier and Type Method Description NSArray<SCNHitTestResult>SCNPhysicsWorld. convexSweepTestWithShape(SCNPhysicsShape shape, SCNMatrix4 from, SCNMatrix4 to, SCNPhysicsTestOptions options)static SCNPhysicsBodySCNPhysicsBody. create(SCNPhysicsBodyType type, SCNPhysicsShape shape)voidSCNPhysicsBody. setPhysicsShape(SCNPhysicsShape v)Method parameters in org.robovm.apple.scenekit with type arguments of type SCNPhysicsShape Modifier and Type Method Description static SCNPhysicsShapeSCNPhysicsShape. create(NSArray<SCNPhysicsShape> shapes, List<SCNMatrix4> transforms)