Skip to main content

Class: ActiveControllers

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

Extends

Constructors

Constructor

new ActiveControllers(): ActiveControllers

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

Creates a new Group.

Returns

ActiveControllers

Inherited from

THREE.Group.constructor

Properties

name

name: string = 'Active Controllers'

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

Optional name of the object

Remarks

(doesn't need to be unique).

Default Value

""

Overrides

THREE.Group.name


type

type: string = 'ActiveControllers'

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

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