Skip to main content

Class: ReticleOptions

Defined in: src/core/Options.ts:41

Default options for the reticle (pointing cursor).

Constructors

Constructor

new ReticleOptions(): ReticleOptions

Returns

ReticleOptions

Properties

defaultDistance

defaultDistance: number = 0

Defined in: src/core/Options.ts:48

When set to a positive value, the reticle is placed at this distance (in meters) along the controller ray when no intersection is found, instead of being hidden. Set to 0 to hide the reticle on miss.


enabled

enabled: boolean = true

Defined in: src/core/Options.ts:42