SCNGeometry.LevelsOfDetail Property

Definition

Gets or sets detail levels for viewing at various distances.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual SceneKit.SCNLevelOfDetail[] LevelsOfDetail { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("levelsOfDetail", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setLevelsOfDetail:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.LevelsOfDetail : SceneKit.SCNLevelOfDetail[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to