共用方式為


SKNodeFocusBehavior 列舉

定義

列舉 可專注的各種方式 SKNode

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SKNodeFocusBehavior
type SKNodeFocusBehavior = 
繼承
SKNodeFocusBehavior
屬性

欄位

Focusable 2

SKNode是可專注的。 它可防止其遮蔽的節點成為焦點。

None 0

SKNode無法取得焦點。

Occluding 1

SKNode無法取得焦點。 它可防止其遮蔽的節點成為焦點。

適用於