SCNView.OverlayScene Property

Definition

Gets or sets a SpriteKit scene, such as a cockpit or score, to overlay onto the SceneKit scene.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual SpriteKit.SKScene OverlayScene { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("overlaySKScene", ObjCRuntime.ArgumentSemantic.Strong)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setOverlaySKScene:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.OverlayScene : SpriteKit.SKScene with get, set

Property Value

Implements

Attributes

Applies to