Skip to main content

Class: Reticles

Defined in: src/input/Input.ts:33

Extends

Constructors

Constructor

new Reticles(): Reticles

Defined in: node_modules/@types/three/src/objects/Group.d.ts:29

Creates a new Group.

Returns

Reticles

Inherited from

THREE.Group.constructor

Properties

name

name: string = 'Reticles'

Defined in: src/input/Input.ts:35

Optional name of the object

Remarks

(doesn't need to be unique).

Default Value

""

Overrides

THREE.Group.name


type

type: string = 'Reticles'

Defined in: src/input/Input.ts:34

A Read-only string to check this object type.

Remarks

This can be used to find a specific type of Object3D in a scene. Sub-classes will update this value.

Default Value

Object3D

Overrides

THREE.Group.type


xb?

optional xb: XBObjectOptions

Defined in: src/interaction/InteractionTypes.ts:32

Inherited from

THREE.Group.xb