SpatialPointerIcon
public final class SpatialPointerIcon
Specifies the icon that is rendered at the pointer's location on entities in the spatialized scene.
Summary
Public fields |
|
|---|---|
static final @NonNull SpatialPointerIcon |
Renders the icon for the pointer as a circle. |
static final @NonNull SpatialPointerIcon |
Use the default pointer icon, as determined by the system. |
static final @NonNull SpatialPointerIcon |
Do not render an icon for the pointer; this option can be used to hide the pointer icon, either because the client wants it to be invisible or to implement custom icon rendering. |
Public fields
CIRCLE
public static final @NonNull SpatialPointerIcon CIRCLE
Renders the icon for the pointer as a circle.
DEFAULT
public static final @NonNull SpatialPointerIcon DEFAULT
Use the default pointer icon, as determined by the system.
NONE
public static final @NonNull SpatialPointerIcon NONE
Do not render an icon for the pointer; this option can be used to hide the pointer icon, either because the client wants it to be invisible or to implement custom icon rendering.