Share via


ARSkeleton3D.GetModelTransform Method

Definition

Overloads

GetModelTransform(ARSkeletonJointName)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.NMatrix4 GetModelTransform(ARKit.ARSkeletonJointName jointName);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetModelTransform : ARKit.ARSkeletonJointName -> CoreGraphics.NMatrix4
override this.GetModelTransform : ARKit.ARSkeletonJointName -> CoreGraphics.NMatrix4

Parameters

Returns

Attributes

Applies to

GetModelTransform(NSString)

[Foundation.Export("modelTransformForJointName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.NMatrix4 GetModelTransform(Foundation.NSString jointName);
[<Foundation.Export("modelTransformForJointName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetModelTransform : Foundation.NSString -> CoreGraphics.NMatrix4
override this.GetModelTransform : Foundation.NSString -> CoreGraphics.NMatrix4

Parameters

jointName
NSString

Returns

Attributes

Applies to