Share via


SCNMorpher.SetWeight Method

Definition

Overloads

SetWeight(NFloat, String)

[Foundation.Export("setWeight:forTargetNamed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetWeight(System.Runtime.InteropServices.NFloat weight, string targetName);
[<Foundation.Export("setWeight:forTargetNamed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetWeight : System.Runtime.InteropServices.NFloat * string -> unit
override this.SetWeight : System.Runtime.InteropServices.NFloat * string -> unit

Parameters

weight
NFloat
targetName
String
Attributes

Applies to

SetWeight(NFloat, UIntPtr)

[Foundation.Export("setWeight:forTargetAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetWeight(System.Runtime.InteropServices.NFloat weight, UIntPtr targetIndex);
[<Foundation.Export("setWeight:forTargetAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetWeight : System.Runtime.InteropServices.NFloat * unativeint -> unit
override this.SetWeight : System.Runtime.InteropServices.NFloat * unativeint -> unit

Parameters

weight
NFloat
targetIndex
UIntPtr

unativeint

Attributes

Applies to