SCNGeometry.EdgeCreasesElement 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 a line whose points specify an array of vertex indices that specify edges that should remain sharp over the operation of subdivision.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual SceneKit.SCNGeometryElement EdgeCreasesElement { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("edgeCreasesElement", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setEdgeCreasesElement:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.EdgeCreasesElement : SceneKit.SCNGeometryElement with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes