ARSkeleton3D.GetLocalTransform 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 |
|---|---|
| GetLocalTransform(ARSkeletonJointName) | |
| GetLocalTransform(NSString) |
GetLocalTransform(ARSkeletonJointName)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.NMatrix4 GetLocalTransform(ARKit.ARSkeletonJointName jointName);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLocalTransform : ARKit.ARSkeletonJointName -> CoreGraphics.NMatrix4
override this.GetLocalTransform : ARKit.ARSkeletonJointName -> CoreGraphics.NMatrix4
Parameters
- jointName
- ARSkeletonJointName
Returns
- Attributes
Applies to
GetLocalTransform(NSString)
[Foundation.Export("localTransformForJointName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.NMatrix4 GetLocalTransform(Foundation.NSString jointName);
[<Foundation.Export("localTransformForJointName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLocalTransform : Foundation.NSString -> CoreGraphics.NMatrix4
override this.GetLocalTransform : Foundation.NSString -> CoreGraphics.NMatrix4
Parameters
- jointName
- NSString
Returns
- Attributes