ARSkeleton2D.GetLandmarkPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetLandmarkPoint(ARSkeletonJointName) | |
| GetLandmarkPoint(NSString) |
GetLandmarkPoint(ARSkeletonJointName)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Numerics.Vector2 GetLandmarkPoint(ARKit.ARSkeletonJointName jointName);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLandmarkPoint : ARKit.ARSkeletonJointName -> System.Numerics.Vector2
override this.GetLandmarkPoint : ARKit.ARSkeletonJointName -> System.Numerics.Vector2
Parameters
- jointName
- ARSkeletonJointName
Returns
- Attributes
Applies to
GetLandmarkPoint(NSString)
[Foundation.Export("landmarkForJointNamed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Numerics.Vector2 GetLandmarkPoint(Foundation.NSString jointName);
[<Foundation.Export("landmarkForJointNamed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLandmarkPoint : Foundation.NSString -> System.Numerics.Vector2
override this.GetLandmarkPoint : Foundation.NSString -> System.Numerics.Vector2
Parameters
- jointName
- NSString
Returns
- Attributes