threepipe
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

FileTransferPlugin.md 741B

1 год назад
1234567891011121314151617181920212223
  1. ---
  2. prev:
  3. text: 'AssetExporterPlugin'
  4. link: './AssetExporterPlugin'
  5. next:
  6. text: 'LoadingScreenPlugin'
  7. link: './LoadingScreenPlugin'
  8. ---
  9. # FileTransferPlugin
  10. [//]: # (todo: image)
  11. [Source Code](https://github.com/repalash/threepipe/blob/master/src/plugins/export/FileTransferPlugin.ts) —
  12. [API Reference](https://threepipe.org/docs/classes/FileTransferPlugin.html)
  13. Provides a way to extend the viewer.export functionality with custom actions. It also maintains a process state for plugins like `LoadingScreenPlugin`.
  14. This plugin is added automatically, there is no need to use it manually, unless writing a plugin to extend the export functionality.
  15. Used in eg `AWSClientPlugin` to upload files directly to S3.