SCNView.OverlayScene 属性

定义

获取或设置要覆盖到 SceneKit 场景的 SpriteKit 场景,例如驾驶舱或分数。

[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

属性值

实现

属性

适用于