SCNMorpher.SetWeight Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SetWeight(nfloat, nuint) | |
SetWeight(nfloat, String) |
SetWeight(nfloat, nuint)
[Foundation.Export("setWeight:forTargetAtIndex:")]
public virtual void SetWeight (nfloat weight, nuint targetIndex);
abstract member SetWeight : nfloat * nuint -> unit
override this.SetWeight : nfloat * nuint -> unit
Parametri
- weight
- nfloat
- targetIndex
- System.System.UIntPtr System.unativeint
- Attributi
Si applica a
SetWeight(nfloat, String)
[Foundation.Export("setWeight:forTargetNamed:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetWeight (nfloat weight, string targetName);
abstract member SetWeight : nfloat * string -> unit
override this.SetWeight : nfloat * string -> unit
Parametri
- weight
- nfloat
- targetName
- String
- Attributi