Interface OViewModuleMap

ov 模組 Map

interface OViewModuleMap {
    LineOfSight: LineOfSightModule;
    airspace: AirspaceModule;
    cloud: CloudModule;
    fluid: FluidModule;
    input: InputModule;
    kml: KMLModule;
    lightning: LightningModule;
    measure: MeasureModule;
    skyline: SkylineModule;
    solarAnalysis: SolarAnalysisModule;
    track: TrackModule;
    viewdistort: ViewDistortModule;
    voxel: VoxelModule;
    weather: WeatherModule;
}

Properties

LineOfSight: LineOfSightModule

視線分析模組

airspace: AirspaceModule

空域模組

雲模組

流體模組

輸入模組

KML模組

lightning: LightningModule

閃電模組

measure: MeasureModule

測量模組

skyline: SkylineModule

天際線模組

solarAnalysis: SolarAnalysisModule

日照模組

軌跡模組

viewdistort: ViewDistortModule

圖台扭曲模組

體素模組

weather: WeatherModule

天氣模組

Generated using TypeDoc