SCNSceneRenderer.Scene Property

Definition

Gets or sets the scene to render.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public abstract SceneKit.SCNScene Scene { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("scene", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setScene:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Scene : SceneKit.SCNScene with get, set

Property Value

Implements

Attributes

Applies to