SKNodeFocusBehavior 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉 可專注的各種方式 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無法取得焦點。 它可防止其遮蔽的節點成為焦點。 |