Package apple.spritekit.enums
Class SKNodeFocusBehavior
- java.lang.Object
-
- apple.spritekit.enums.SKNodeFocusBehavior
-
public final class SKNodeFocusBehavior extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFocusableFocusable and will also prevent other focusable nodes that this node visually obscures from being focusable.static longNoneNot focusable and node has no impact on other nodes that have focus interaction enabled.static longOccludingNot focusable, but will prevent other focusable nodes that this node visually obscures from being focusable.
-
-
-
Field Detail
-
None
public static final long None
Not focusable and node has no impact on other nodes that have focus interaction enabled. This is the default.- See Also:
- Constant Field Values
-
Occluding
public static final long Occluding
Not focusable, but will prevent other focusable nodes that this node visually obscures from being focusable.- See Also:
- Constant Field Values
-
Focusable
public static final long Focusable
Focusable and will also prevent other focusable nodes that this node visually obscures from being focusable.- See Also:
- Constant Field Values
-
-