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不可聚焦。 它可防止遮挡的节点聚焦。

适用于