Flycameracontrolswrapper

FlyCameraControlsWrapper class

The class is used to implement fly camera controls.

It takes in the object parameter which is the camera object being controlled

Signature:

export declare class FlyCameraControlsWrapper extends ControlsAbstract 

Extends: ControlsAbstract

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the FlyCameraControlsWrapper class.

Properties

PropertyModifiersTypeDescription
activebooleanReturns true if the controls are active, false otherwise