ISimulatorAircraftAssets
USI.Core
Simulator-managed presentation assets for installed aircraft and liveries.
public interface ISimulatorAircraftAssetsMethods
TryGenerateMissingIconsAsync
public Task<USIResult> TryGenerateMissingIconsAsync()Generates simulator-selection icons that are missing across installed aircraft and liveries.
TryRegenerateCurrentAircraftIconsAsync
public Task<USIResult> TryRegenerateCurrentAircraftIconsAsync()Regenerates every simulator-selection icon for the current aircraft and its liveries.
TryRegenerateCurrentAircraftPanelPreviewsAsync
public Task<USIResult> TryRegenerateCurrentAircraftPanelPreviewsAsync()Regenerates panel-preview images for the current aircraft.
TryRegenerateCurrentLiveryIconAsync
public Task<USIResult> TryRegenerateCurrentLiveryIconAsync()Regenerates the simulator-selection icon for the current aircraft and current livery.
