次の方法で共有


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

プロパティ値

実装

属性

適用対象