Options
All
  • Public
  • Public/Protected
  • All
Menu

Module aircraftDefinition

Not technically a part of the GeoFS api; This includes the schema of the aircraft JSON files. It could be possible to convert this to a JSON schema, creating a vs-code extension that would help the community contributors.

Index

Type Aliases

AirfoilPart: ({ dragFactor: number; liftFactor: number } | { area: number }) & AirfoilPartBasics
AnimationValues: AnimationWithValue["value"]
DistributiveOmit<T, K>: T extends any ? Omit<T, K> : never

Type Parameters

  • T

  • K extends PropertyKey

default: [DefinitionBase & Partial<PluginsDefinition>]

The aircraft definition passed into GeoFS. Typings taken from The GeoFS Aircraft Documentation

Generated using TypeDoc