SpatialPointerIcon


class SpatialPointerIcon


Specifies the icon that is rendered at the pointer's location on entities in the spatialized scene.

Summary

Public companion properties

SpatialPointerIcon

Renders the icon for the pointer as a circle.

SpatialPointerIcon

Use the default pointer icon, as determined by the system.

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 companion properties

CIRCLE

val CIRCLESpatialPointerIcon

Renders the icon for the pointer as a circle.

DEFAULT

val DEFAULTSpatialPointerIcon

Use the default pointer icon, as determined by the system.

NONE

val NONESpatialPointerIcon

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.