Skip to main content

Class: EmptyDirector

A plane director that provides no behavior.

Implements

Constructors

constructor

new EmptyDirector(): EmptyDirector

Returns

EmptyDirector

Properties

state

state: DirectorState = DirectorState.Inactive

The current director state.

Implementation of

PlaneDirector.state

Defined in

src/sdk/autopilot/directors/PlaneDirector.ts:149


instance

Static instance: EmptyDirector

An instance of the empty plane director.

Defined in

src/sdk/autopilot/directors/PlaneDirector.ts:152

Methods

activate

activate(): void

No-op.

Returns

void

Implementation of

PlaneDirector.activate

Defined in

src/sdk/autopilot/directors/PlaneDirector.ts:133


arm

arm(): void

No-op.

Returns

void

Implementation of

PlaneDirector.arm

Defined in

src/sdk/autopilot/directors/PlaneDirector.ts:148


deactivate

deactivate(): void

No-op.

Returns

void

Implementation of

PlaneDirector.deactivate

Defined in

src/sdk/autopilot/directors/PlaneDirector.ts:136


onActivate

onActivate(): void

No-op.

Returns

void

Implementation of

PlaneDirector.onActivate

Defined in

src/sdk/autopilot/directors/PlaneDirector.ts:142


onArm

onArm(): void

No-op

Returns

void

Implementation of

PlaneDirector.onArm

Defined in

src/sdk/autopilot/directors/PlaneDirector.ts:145


update

update(): void

No-op.

Returns

void

Implementation of

PlaneDirector.update

Defined in

src/sdk/autopilot/directors/PlaneDirector.ts:139