SCNMorpher.GetWeight 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 |
|---|---|
| GetWeight(UIntPtr) | |
| GetWeight(String) |
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