-
Methods in org.robovm.apple.scenekit that return types with arguments of type SCNHitTestResult
| Modifier and Type |
Method |
Description |
NSArray<SCNHitTestResult> |
SCNPhysicsWorld.contactTestBetweenBodies(SCNPhysicsBody bodyA,
SCNPhysicsBody bodyB,
SCNPhysicsTestOptions options) |
|
NSArray<SCNHitTestResult> |
SCNPhysicsWorld.contactTestWithBody(SCNPhysicsBody body,
SCNPhysicsTestOptions options) |
|
NSArray<SCNHitTestResult> |
SCNPhysicsWorld.convexSweepTestWithShape(SCNPhysicsShape shape,
SCNMatrix4 from,
SCNMatrix4 to,
SCNPhysicsTestOptions options) |
|
NSArray<SCNHitTestResult> |
SCNRenderer.hitTest(CGPoint point,
SCNHitTestOptions options) |
|
NSArray<SCNHitTestResult> |
SCNSceneRenderer.hitTest(CGPoint point,
SCNHitTestOptions options) |
|
NSArray<SCNHitTestResult> |
SCNSceneRendererAdapter.hitTest(CGPoint point,
SCNHitTestOptions options) |
|
NSArray<SCNHitTestResult> |
SCNView.hitTest(CGPoint point,
SCNHitTestOptions options) |
|
NSArray<SCNHitTestResult> |
SCNNode.hitTestWithSegment(SCNVector3 pointA,
SCNVector3 pointB,
SCNHitTestOptions options) |
|
NSArray<SCNHitTestResult> |
SCNPhysicsWorld.rayTestWithSegment(SCNVector3 origin,
SCNVector3 dest,
SCNPhysicsTestOptions options) |
|
-