Uses of Class
org.robovm.apple.arkit.ARRaycastTarget
| Package | Description |
|---|---|
| org.robovm.apple.arkit |
-
Uses of ARRaycastTarget in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return ARRaycastTarget Modifier and Type Method Description ARRaycastTargetARRaycastQuery. getTarget()ARRaycastTargetARRaycastResult. getTarget()static ARRaycastTargetARRaycastTarget. valueOf(long n)Returns the enum constant of this type with the specified name.static ARRaycastTargetARRaycastTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static ARRaycastTarget[]ARRaycastTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.arkit with parameters of type ARRaycastTarget Modifier and Type Method Description protected longARRaycastQuery. init(VectorFloat3 origin, VectorFloat3 direction, ARRaycastTarget target, ARRaycastTargetAlignment alignment)ARRaycastQueryARFrame. raycastQueryFromPoint(CGPoint point, ARRaycastTarget target, ARRaycastTargetAlignment alignment)ARRaycastQueryARSCNView. raycastQueryFromPoint(CGPoint point, ARRaycastTarget target, ARRaycastTargetAlignment alignment)Constructors in org.robovm.apple.arkit with parameters of type ARRaycastTarget Constructor Description ARRaycastQuery(VectorFloat3 origin, VectorFloat3 direction, ARRaycastTarget target, ARRaycastTargetAlignment alignment)