Interface

IAircraftAirframe

USI.Core

Simulator-neutral access to primary airframe structural health. Provider-native structural slots remain below this surface.

public interface IAircraftAirframe : IAircraftComponentCollection

Properties

LeftHorizontalStabilizer

public AirframeStructure LeftHorizontalStabilizer { get; }

LeftWing

public AirframeStructure LeftWing { get; }

RightHorizontalStabilizer

public AirframeStructure RightHorizontalStabilizer { get; }

RightWing

public AirframeStructure RightWing { get; }

VerticalStabilizer

public AirframeStructure VerticalStabilizer { get; }

Methods

TryGetAnyPrimaryStructureSeparationDetectedAsync

public Task<USIResult<Boolean>> TryGetAnyPrimaryStructureSeparationDetectedAsync()

Gets whether any primary wing or stabilizer structure has separated.