SKConstraint.ReferenceNode Property
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.
Gets or sets the node in whose coordinate system that values are calculated. Setting this to null
causes the current node's coordinate system to be used.
public virtual SpriteKit.SKNode ReferenceNode { [Foundation.Export("referenceNode", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setReferenceNode:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.ReferenceNode : SpriteKit.SKNode with get, set
Property Value
This value can be null
.
- Attributes