共用方式為


SKNode.Constraints Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SpriteKit.SKConstraint[]? Constraints { [Foundation.Export("constraints", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setConstraints:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("constraints", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setConstraints:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Constraints : SpriteKit.SKConstraint[] with get, set

Property Value

Attributes

Applies to