Uses of Class
org.robovm.apple.arkit.ARRaycastTargetAlignment
| Package | Description |
|---|---|
| org.robovm.apple.arkit |
-
Uses of ARRaycastTargetAlignment in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return ARRaycastTargetAlignment Modifier and Type Method Description ARRaycastTargetAlignmentARRaycastQuery. getTargetAlignment()ARRaycastTargetAlignmentARRaycastResult. getTargetAlignment()static ARRaycastTargetAlignmentARRaycastTargetAlignment. valueOf(long n)Returns the enum constant of this type with the specified name.static ARRaycastTargetAlignmentARRaycastTargetAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static ARRaycastTargetAlignment[]ARRaycastTargetAlignment. 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 ARRaycastTargetAlignment 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 ARRaycastTargetAlignment Constructor Description ARRaycastQuery(VectorFloat3 origin, VectorFloat3 direction, ARRaycastTarget target, ARRaycastTargetAlignment alignment)