Share via


SCNMorpher.GetWeight Method

Definition

Overloads

GetWeight(UIntPtr)

[Foundation.Export("weightForTargetAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetWeight(UIntPtr targetIndex);
[<Foundation.Export("weightForTargetAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetWeight : unativeint -> System.Runtime.InteropServices.NFloat
override this.GetWeight : unativeint -> System.Runtime.InteropServices.NFloat

Parameters

targetIndex
UIntPtr

unativeint

Returns

Attributes

Applies to

GetWeight(String)

[Foundation.Export("weightForTargetNamed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetWeight(string targetName);
[<Foundation.Export("weightForTargetNamed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetWeight : string -> System.Runtime.InteropServices.NFloat
override this.GetWeight : string -> System.Runtime.InteropServices.NFloat

Parameters

targetName
String

Returns

Attributes

Applies to