threepipe
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

FileTransferPlugin.md 741B

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.