Partager via


SKNodeFocusBehavior Énumération

Définition

Énumère les différentes façons dont un SKNode peut être concentré.

[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 = 
Héritage
SKNodeFocusBehavior
Attributs

Champs

Focusable 2

le SKNode est focusable. Il empêche le focus des nœuds qu’il masque.

None 0

Le SKNode n’est pas focusable.

Occluding 1

Le SKNode n’est pas focusable. Il empêche le focus des nœuds qu’il masque.

S’applique à