Compartir a través de


SKNode.Constraints Propiedad

Definición

Obtiene o establece la lista de restricciones que se aplican a este nodo.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual SpriteKit.SKConstraint[] Constraints { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("constraints", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setConstraints:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Constraints : SpriteKit.SKConstraint[] with get, set

Valor de propiedad

(Se está llegando más documentación para este nodo)

Este valor puede ser null.

Atributos

Comentarios

Obtiene o establece la lista de restricciones que se aplican al nodo.

Se aplica a