public final class SCNNodeFocusBehavior
extends java.lang.Object
Control the focus (UIFocus) behavior.
| Modifier and Type | Field and Description |
|---|---|
static long |
Focusable
Focusable and will also prevent other focusable nodes that this node visually obscures from being focusable.
|
static long |
None
Not focusable and node has no impact on other nodes that have focus interaction enabled.
|
static long |
Occluding
Not focusable, but will prevent other focusable nodes that this node visually obscures from being focusable.
|
public static final long None
public static final long Occluding
public static final long Focusable